Dim JRO As JRO.JetEngine
Dim stSource
Dim stTarget
PW$ = "Password"
Set JRO = New JRO.JetEngine
Access.Close
stSource = "PROVIDER=Microsoft.Jet.OLEDB.4.0;" & _
" Data Source=pdp.mdb;Jet OLEDB:Database Password=" & PW$
stTarget =...
Dim JRO As JRO.JetEngine
Dim stSource
Dim stTarget
PW$ = "Password"
Set JRO = New JRO.JetEngine
Access.Close
stSource = "PROVIDER=Microsoft.Jet.OLEDB.4.0;" & _
" Data Source=pdp.mdb;Jet OLEDB:Database Password=" & PW$
stTarget =...
Custsoft,
What I eventually did was rename setup1.exe, setup12.exe and changed the Spawn = setup1.exe in the setup.lst file to Spawn = setup12.exe. The setup ran after that. I have not had problems since (even when I went back to using setup1.exe on other setup routines)
Catrina
TAPI = Windows Telephony API. A 3rd Party communication control uses it when dialing out through the modem. The control had an updateTAPI.exe included in the package, that I ran, and the problem was fixed.
Catrina
If Text1.SelStart = 2 Then
Text1.Text = Text1.Text & "/"
Text1.SelStart = 4
End If
If Text1.SelStart = 5 Then
Text1.Text = Text1.Text & "/"
Text1.SelStart = 7
End If
Catrina
I've encountered a Runtime error 0 that was caused when trying to dial with a 3rd party control. In my case the computer with the error had an incorrect TAPI version. Not sure if that helps at all, but thought I'd mention it.
Catrina
Eric,
Thank you for trying to help, but either you didn't read my messages carefully, or you misunderstood them. My VB is fine. My installs work on all machines except the one an install blew up on. The problem is not with my VB, my install or my application, it is with one machine.
Catrina...
Peter,
What I have been doing is packaging my application to a directory on my machine. To test it I have just been clicking on the setup.exe. When it worked I then copied it to the problem machine via the network, and it will not run when I go to that machine and click on the setup.exe that I...
<I dont understund this !?
<I put this new setup1.exe in the PDWizard directory and
<repackaged my application
The PDW of VB created just a Setup.exe ,you must recompile the .vbp (visual Basic project,and first compile de .exe again) with the PDW wizzard of VB6
Eric De Decker>>>
Eric,
The...
I have a major problem.
I changed the setup1.exe and compiled an application using it. I mistakenly left a stop statement in it. When I tried to run the setup, I got the error "Stop Statement Found", so I took all the stops out and compiled again. I put this new setup1.exe in the...
I have an app that is usin DAO (I am Used to ADO), and I'm having trouble with opening the passworded database.
I am getting the message Not a Valid Password when I know it is. Here is my code:
Set db = DBEngine(0).OpenDatabase("pdp.mdb", , , "Jet OLEDB;password=mypass")...
I am using Access with a VB project. I am creating Queries to help with reports.
I have employee totals stored in a table as strings(I have to store them this way to be compatable with the program the totals are tranmitted to). Negative numbers are stored as 00500-. When summing these I need to...
I want to create a table with an AutoNumber Field, but I can not find information on the syntax. Is it possible?
Thanks in advance for any help.
Catrina
Here is my statement as is:
db.Execute "CREATE TABLE RateRec ([RREmp] TEXT(6), " _
& "[RRSeq] TEXT (1), " _...
I am using VB 6.0 with SP4 connecting to an Access 2000 database. I am trying to install my application on a Win95 machine
The application is from the MS Website Q183638 HowTo Create A Custom Text File Import Routine. It uses DAO to connect to the database. The application works perfectly on my...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.