Re: Not enough Parameters?
From: Brian Bushay TeamB (BBushay_at_Nmpls.com)
Date: 02/28/05
- Next message: Brian Bushay TeamB: "Re: how to run ado application on a client to connect MsSQL (it gives me en error) ?"
- Previous message: Brian Bushay TeamB: "Re: Unable to open database with password"
- In reply to: jason: "Re: Not enough Parameters?"
- Next in thread: jason: "Re: Not enough Parameters?"
- Reply: jason: "Re: Not enough Parameters?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 27 Feb 2005 21:11:30 -0600
>
>>What if you use the ComObj unit in your uses clause... That unit
>>contains the EOleException class
>
>I have this unit in my uses clause? This bug is killing me!!
Your connection string is the problem
Try
V.CompactDatabase('Data Source='+DB +';Jet OLEDB:Engine Type=5'+';Jet
OLEDB:Database Password=xxxxxxxx'
,'Data Source='+'x.mdb;Jet OLEDB:Engine Type=5')
-- Brian Bushay (TeamB) Bbushay@NMPLS.com
- Next message: Brian Bushay TeamB: "Re: how to run ado application on a client to connect MsSQL (it gives me en error) ?"
- Previous message: Brian Bushay TeamB: "Re: Unable to open database with password"
- In reply to: jason: "Re: Not enough Parameters?"
- Next in thread: jason: "Re: Not enough Parameters?"
- Reply: jason: "Re: Not enough Parameters?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|