472,126 Members | 1,547 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,126 software developers and data experts.

I developed a visual basic program and database couldn't go with it why??

I developed a visual studio program and after running it , i discovered that the application is not seeing any database.
Please how can i carry the database along with my application so that it will go with it or is it not possible??
What do i do pleaseeee!!!!
Oct 29 '07 #1
5 1077
debasisdas
8,127 Expert 4TB
Please specify what is the database that you are using.
Oct 29 '07 #2
I developed a visual studio program and after running it , i discovered that the application is not seeing any database.
Please how can i carry the database along with my application so that it will go with it or is it not possible??
What do i do pleaseeee!!!!
The database I am using is SQL 2005 {EXPRESS VERSION}

PLEASE I WANT A PROMPT ANSWER


THANKS
Oct 31 '07 #3
QVeen72
1,445 Expert 1GB
Hi,

Database for RDBMS(In ur case SQL 2005 Xpress), has to be installed and Configured seperately.
You cannot Embed it in VB Program..

Regards
Veena
Oct 31 '07 #4
jamesd0142
469 256MB
Hi,

Database for RDBMS(In ur case SQL 2005 Xpress), has to be installed and Configured seperately.
You cannot Embed it in VB Program..

Regards
Veena
Hi, i didnt know this was the case. I have done this in sql server 2000. is this a change for the new 2005 version???

Also do i understand right?
I'm under the impression that you want to build your finished vb project and have the database you created to be added to the project?
Oct 31 '07 #5
debasisdas
8,127 Expert 4TB
Database must be installed in the target system to run the application.

Infact you can copy the data with table structure only, any way that must be re-created in the target machine.
Oct 31 '07 #6

Post your reply

Sign in to post your reply or Sign up for a free account.

Similar topics

1 post views Thread by nicole bissell | last post: by
4 posts views Thread by junaidnaseer | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.