Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

help with installation of my application and problems in my pc

Status
Not open for further replies.

angelpr23

Programmer
Mar 15, 2007
37
GR
dear all,
i am beginer in vb6 programming and this is my first application. I created an application in vb6 wich hadles a mdb database created on visual data manager->microsoft access->version 7.0 MDB. I navigated into control panel -> administrative tools->datasources (ODBC) and added my database. And this because i used microsoft ole db provider for odbc drivers in connection string.
I wanted to create an installation for this application and i did this with package & deployment wizard. My problem is that i wanted the installation program to add my database into control panel -> administrative tools->datasources (ODBC) as i did it alone. And this because i'm thinking to install it in another computers later. So what can i do for this? Also, i saw in a treat i don't remember which, someone tell about interdev to make up an installation file. I tried to install it from visual studio 6 cd and when the installation completed successfully appeared a message says that some files of windows replaced with files of cd. For the balance of my system put the windows cd now. I dont know what exactly happened but i was afraid and i m still too. I put the windows cd in diskdriver and the message dissapeared from desktop. Any help with all these please? I didn't know what to do with windows cd and i did nothing. The only i did is to unistall the interdev. But i don't know if have problems with my pc in the future. My operating system is Windows XP SP2. Any help with my application installation and my pc problem will be very much appreciated.

Thanks everyone
in advanced.
 
>The latest problems angelpr23 was having did not have anything necessarily to do with the ADODC directly,

More specifically, I this condition can be caused when using just an ADODB recordset object in code, where a textbox is bound to that (no ADODC). When the recordset goes into the AddNew mode, the textbox is empty because the cursor is not any longer on the current record. If the user's code for some reason causes the cursor to go again into the AddNew mode after the Update, a CancelUpdate and maybe a repositioning of the cursor is needed. (This state can also be cause with out a textbox being bound to the rs).
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top