No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
15 Posted Topics
I have the same problem but your solution did not work. any other ideas???
I would also like to know if this can be done.
has anybody used the clickonce to update their projects?? I am trying to get clickonce setup to update my project on a regular basis but I am not able to get it to work. all I need is to get program updates working. installation will be done on a local …
has anybody here used the free Oracle 10G database with VB6?? if so, is it easy to setup?? is the connection string similar to an MS Access connection string?? I have heard it is probably the best database.
when I enter this into the caption property of a command button: Query\T & P System it displays this: Query\T_P System is there any way to fix this??
I am using the code below to open the printer selection screen. when using it an a network I have to unload my program after making a selection and then restart my program for the printer selection change to take effect. any ideas on why this is happening? it used …
I had this same question several years ago. I went to "RentACoder.com" and posted a project that simply had the code required to open a DB which also included a database. all i had to do was to use it like a "Rosetta Stone" as i recall i paid less …
I do not have an answer to your question, however, I am using Access and when more than one person looks at the data, one or more records become corrupted. thru coding I am keeping more than one person from editing or adding records. I do have the DATA on …
I am having great success with using an access 97 database & VB6. what other database options do I have? with access 97 it is a problem to have mutilple users even looking, printing data because this will corrupt some records if more that one person even looks at the …
Set CN1 = New ADODB.Connection CN1.CursorLocation = adUseClient --------------------------------------------------------------------------------------- ' This is a connect string for Access CN1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security Info=False;Data Source="c:\data\icd02.mdb" 'password entry CN1.Properties("jet OLEDB:Database Password") = "charlyX"
I get a "windows script host" error msg when booting. i am not using scripts. this is one of the lines in the error msg displayed: could not create object named "wscript.shell" any ideas on how to fix this??
I have MSDE installed. what do i need to create a blank database with the fields required? I have been using an Access Db, should the operation of a MSDE database be similar except with more abilities?
I am ready to start using MSDE. When I run the setup for MSDE it tells me I need to set the password. I have read the "help" on the MS web site but it is still not clear to me how I setup the password or anything else so …
Access will NOT work on a Wireless LAN, at least not on the ones i have tried.
The End.
RonR