Proper Way To Develop Database Applications?

Mar 28, 2009

Recently i had a discussion with someone about the proper way to develop a database driven (SQL Server) application.In his opinion i should design also the database inside the application.At this moment i design the database in SQL Managaement tool and use a custom class to connect to this database (or the one of the client) in my application.What are the cons and pro's of using the VS database designer inside my IDE?

View 4 Replies


ADVERTISEMENT

Develop A Suite Of Applications?

Apr 11, 2010

I recently developed three very independent applications of each other and showcased them to a professional. He praised the inventiveness of the softwares but gave one suggestion that "We would like to see a suite of these applications." I developed these applications as a hobbyist but now want to move forward with the suggestion.

View 5 Replies

What Development Tools Are Needed To Develop Windows Mobile Applications

May 18, 2010

I wish to develop windows mobile applications, preferably using VB (I 've done this in the past with VB6). What do I need to install? All my searches result in information about using 2005/2008 versions of Visual Studio, which seems odd if Microsoft are pushing to use Visual Studio 2010. I would like to use VS 2010. So, can I develop Windows mobile applications using VB 2010? If not, what version of VS do I need and what language should I use?

don't complicate the issue with a load of flannel. I just want to know that I need to install - this, with this SDK, these utilities and write your software in this language (ideally VB).

View 3 Replies

Android - Develop Smartphone Applications Using Rather Than C# With The MonoDroid Visual Studio Addin?

Apr 5, 2011

I would like to know if it is possible to develop smartphone applications using VB.NET rather than C# with the MonoDroid Visual Studio addin? Also, if possible could anyone point me in the right direction of some example code in VB.NET not C#?

View 2 Replies

Connect Different VB Applications To A Database Server.like Accessing Data From One Database By Different Applications?

Aug 15, 2011

how to connect different vb applications to a database server.like accessing data from one database by different applications...

View 4 Replies

Get Permission From Microsoft To Develop Applications For Small Local Firms Using Visual Studio 2010?

May 13, 2010

I would like to know if I need to get permission from Microsoft to develop applications for Small local firms using Visual Studio 2010.

View 6 Replies

Develop 32 Bits Applications If Have Win 7 64 Bits And Visual Studio 64 Bits?

Mar 14, 2011

I am a visual basic developer, I have windows 7 64 bits and Visual Studio 64 bits installed.CAN I DESIGN APPLICATIONS WITH THESE SETTINGS THAT CAN BE COMPATIBLE with 32 bits operating system(example in windows Xp 32 bits)?

View 2 Replies

Can't Get The Proper Syntax OfUpdating An Access Database

Jul 17, 2009

i did the following code:

[Code]...

but it does not work.... where is my mistake in the above code?

View 4 Replies

Develop An Application Using VS 2008 Connected To MySQL Database?

Feb 17, 2011

I am trying to develop an application using VS 2008 connected to MySQL database. Previously in vb6 i was using adodb and now when i googled and got a few sample projects done using VS2008 in which most of the module codes were OLEDB.....To which method should i stick to...?

View 2 Replies

Develop Online Small Software In Vb6 Using Database As Ms Access?

Jun 8, 2011

One of my clients wants me to integrate one of his small software he made few years back in vb6 using DB as MS Access . Now he want me to integrate it with his online software which is made in asp.net and SQL as database.

1) Question is it possible to run a vb6 software online which has ms access as its DB.

View 2 Replies

Asp.net - Use Same Database For Both.net Applications?

Feb 4, 2010

is it possible to use same database for both vb.net appplication and asp.net??and if is possible, how can to connect it?now..i'd build vb.net application and asp.net in my laptop...it can connect..but i wonder how to make the database connect for vb.net and asp.net in real..

View 2 Replies

Access One Database Over A LAN With Different Vb Applications?

Mar 6, 2011

im using ms access 2003 and vb 2010, i already have 3 different vb apps, and i want to access a single database over the lan. but i dont know how. is this possible using a client-server type or is there much simpler way to access the database?

View 4 Replies

Database - Create Windows Applications In ASP.Net?

May 11, 2009

which method is more efficient to use: DataAdapter and DataSet Or DataReader when importing data from a certain database table???

View 6 Replies

Deploying Windows Applications With A Database

Feb 6, 2010

I'm a first time visitor and poster, but I'm definitly going to stick around. I'm running an old version of Visual Studio .Net Academic 2002 and the .Net framework 2.0. I'm stuck on an issue regarding the deployment of a few programs I've thrown together. They all work fine on my development machine, but the problem they all use SQL Server databases, and I can't find any specific help on deploying a windows application with a database on a machine that isn't set up basically just like my development machine.

I know that I need the .net runtime bootstrapper on the target machine, so I can run basic programs that dont use SQL databases. That's no problem. But what about programs that make heavy use of databases? How does one go about deploying it on target machines? Is there a SQL server bootstrapper?

[Code]...

View 3 Replies

Allowing Simultaneous Access To Database For Two Different Applications?

Jul 31, 2009

I am developing desktop search engine. For that i am maintaining indexed database with file name and their path. The indexed database is created at once by scanning all hard disk. This indexed database is further updated when user creates, deletes or renames file. The updation task is carried out by an windows service application and for searching files on hard disk I have created another windows aplication. The problem is that when windows service is updating database, windows application can not read database. It gives error 'Cannot open user default database. Login failed.Login failed for user 'WINXPSwapni'.

View 1 Replies

Multiple Applications Updating Single Database?

Feb 19, 2009

I have an application which takes input on a local machine and sends it to a database stored on a server. I'd like to be able to deploy my application over a number of computers (all on the same network), all of them updating the same database (on the network server).First of all, will this be possible without putting together a completely new application to handle all connections to the database and sorting the entries?

View 7 Replies

Database - How Data Sources Are Linked In Compiled .NET Applications

Jun 18, 2009

When I try adding a new data source to my project I get a prompt saying "The connection you selected uses a local data file that is not part of the current project. Would you like to copy the file to your project and modify the connection?"This sounds rather obscure to me, as I'm new to VB.NET and programming non-script apps in general. The data source in this case is a .sdf SQL CE file.

Question 1: If I say that I want to copy the database to the project, what will happen after I compile the app, where the database will be? (how will I edit it from another app?)

Question 2: If I do not include it, how the data source will still keep linked? Can I link using filesystem enviroiment variables like %ProgramFiles%MyAppDir?

Question 3: Can I just tell it to use a read-only (Just needs to read it) data source on the web, like on an FTP?

View 1 Replies

IDE :: Do Users Of Windows Applications Have To Have Database Application Installed

Jan 26, 2009

Do users of windows applications have to have the database application installed if your program uses databases to store information? For example, when making VB2008 programs, if I use the visual studio express database (.sdf), or maybe a MSAccess database, to store information within my visual basic program...when I deploy the application to the users, can they run the program okay even if they don't have MSAccess installed on their computer?Also, do I need to have MSAccess installed in order to write programs that use MSAccess databases?

View 1 Replies

Include Sql2000 Database In .net Desktop Applications Setup?

Aug 21, 2009

how to i iinclude sql2000 database in vb.net desktop applications setup

View 2 Replies

Is This A Secure Method Of Providing Service For Database Applications

May 10, 2012

WinFormsApp Login passes information to .php (server based) Login (provided credentials are correct) to DB to retrieve Decryption Key. WinFormsApp then uses Decryption key on Hardcoded encrypted connection string and renders application usable.This would then eliminate the necessity to encrypt/decrypt a connection string at runtime, virtually rendering any unauthorized person with a useless software.

View 1 Replies

Sqlite Or Mysql Are Great Database Tools For Applications ?

Aug 14, 2010

I'm am wanting to get out of access dbs and into something more solid, ive heard that sqlite or mysql are great database tools for your applications. I am also looking for a database with a GUi to manage the database more easily and links on how to incorporate the database into my projects, etc. So any links,videos, suggestions i'd like to hear them all.

View 9 Replies

Controlling Outside Applications - Resize Multiple Applications And Send Keystrokes To Each One

Sep 12, 2011

I am working on a project that is used for key broadcasting. Don't worry nothing illegal, I'm making a multibox application for world of warcraft. However I am having trouble when it comes to launching and manipulating other applications from another.

[Code]...

View 2 Replies

Maximum Amount Of Space That Can Use For MS Access Database Applications Inside VB Program?

Oct 19, 2010

I have a program that is running with a Data Connection to Database MS Access Office 2007. I maxed the Database at 1.97 GBytes of memory. I then inserted the Database into my VBasic Program and tried to compile. The compiler gave an error at the Me.ChemicalsTableAdapter.Fill(Me.Chemistry2aDataSet.Chemicals)

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
Me.ChemicalsTableAdapter.Fill(Me.Chemistry2aDataSet.Chemicals)
radPrefix.Checked = True

[code]....

View 14 Replies

Running Applications Within Applications?

Jul 24, 2009

Is there a way to, when a parent application is opened up, that at the click of a button, or anything of designated event, that this parent application can open a secondary one?

View 11 Replies

DB/Reporting :: Proper Use Of ADO.NET?

Nov 18, 2009

Whenever I work with applications involving database I have this habit of declaring a global variable that holds reference to a Connection object and keeps it open throughout the lifetime of the application and closes and disposes it accordingly at program exit.I've been doing this since my VB6 days and still doing it now in dotNET. I've read a lot of articles regarding this practice and most of them states that it has great impact on connection pooling. Does this also mean something when my application connects to a database file (i.e. MS Access, flat text files)? Is it true that the DataAdapter and Command objects open and close the connection?

View 2 Replies

How To Get Proper IP Address

Apr 26, 2011

I am running a ASp.Net mvc app in localhost - dev server given with visual studio. I want to get the IP address. I tried

Request.UserHostAddress
and
Request.ServerVariables("REMOTE_ADDR")

In both cases, I am getting ::1 as the result. What is it? Why am I getting it? How can I get 127.0.0.1 or 192.168.1.xxx?

View 3 Replies

Proper Two Way Binding?

Mar 21, 2010

The problem I am experiencing has to do with using DataGridView.Member to access a BindingList.

My app has a UserControl called MaterialsControl, on it lives a DataGridView name dgvLineItems. Using the designer, I've set the DataSource for dgvLineItems to the MaterialsControl. MaterialsControl also has a "Items" Property. "Items" is a BindingList(Of LineItem). dgvLineItems.Member is set to "Items." The LineItem class implements INotifyPropertyChanged

Presently, when I add anything to Items, the DataGridView does not show any changes.Alternatively, when dgvLineItems.DataSource is set to Items (which to my knowledge can only be done manually), anything added to Items appears in the dgvLineItems.

Just for clarification, the DataGridView I'm using is for output primarily, the user will be able to delete values from the view, but not edit them. Insertion is done through an event handler.

View 11 Replies

Proper Use Of IndexOf

Sep 2, 2009

I'm working on some code that was developed by the previous developer of an application and I don't understand why he used a certain syntax for IndexOf().This is the code (MyString is just an example of the string being searched for): [code] I can't seem to find any documentation for this unless it's inside of a loop where the number after the comma is incremented.

View 3 Replies

Proper Way To Use Activex?

Mar 5, 2011

I use thrid party activex control/ dll/ocx file. I add them by using choose items and browse the desire file. When i deploy the application is that works?If not where i add these files which are use at any system where i install my application.

View 2 Replies

Proper Way To Use Resources?

Jun 8, 2010

I'm using VB.Net 2008 .NET 3.0.I am not sure of the proper,or best, way to use Settings and Resources. For now I use the default project wide My.Settings and My.Resources.I have a class that I would like to reuse in other projects, so adding project wide settings or resources in each project doesn't sound proper, nor does creating constants and variables within the class itself.

I'm guessing there is a way to give a class its own resource file, and maybe even settings file, but I'm not sure how to do it. I tried adding a resource file with the same name (but with .resx extension) and I got a weird error saying I was trying to edit a resource that is apart of another project. I continued, but it didn't seem to be what I wanted and I wasn't sure how to access that new resource.I'm not currently concerned with internationalization, but it wouldn't hurt to understand how that would affect what I'm trying to do.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved