Guys,
I have SP5 loaded with Mdac 2.7
I have the following code in there:
SetupADO.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\DB.mdb;Persist Security Info=False"
SetupADO.RecordSource = "SetupInfo"
SetupADO.Refresh
As soon...
That doesn't work..I have the same thing using the
adodc1.connection="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\DB.mdb;Persist Security Info=False"
adodc1.refresh
adodc1.refresh
First I get a msgbox stating old db not found. and a runtime error..
So no...
Hello Experts,
I am stuck in a bind here..I have a few ADO Data controls which need a connection string based on the directory the application is installed in..If I have a static directory then it is so problems. However if the directory changes then I got issues.
Why won't this work? I put...
well that worked pretty good..but, now another issue arises..For some reason if my timeEnd overlaps 23:59:59 PM into AM, i get no records..any solution for this?
I have 2 fields in short date format(TIMEstart and TIMEend) in an access table, I need to know whether the current time is within the range. It has to return all records if the criteria matches...
something like this
Select * From table where Now> timestart and Now < Timeend
Its going to be...
I have a query similar to that..I also have 2 fields in short date format(STARTTIME and ENDTIME), I need to know whether the current time is within the range.
please help.
Sincerely,
Ashm01
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.