Anyone know what this is about and why the project works in
the IDE but not in an executable.
Im running VB6SP5, WinXPPro and ADO 2.7
tia
AGP
One of these archived discussions may help..
http://groups.google.com/groups?hl=en&th=24fce2cb937b67de&rnum=2
http://groups.google.com/groups?hl=en&th=ffe0b41ebb2ad53&rnum=10
or....
FIX: Uninitialized String Variables, Empty String Values, Jet Provider, and
Errors Occurred (Q228935)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q228935
probably doesn't apply but...
BUG: Identity Field Remains Read-Only After Executing SET IDENTITY_INSERT ON
Statement (Q253157)
http://support.microsoft.com/default.aspx?scid=kb;EN-US;q253157
Hopefully you'll already be up and running by the time you need to go
through these...
Searched Groups for "Multiple-step OLE DB" group:*.vb.*. Results 1 - 10 of
about 204
http://groups.google.com/groups?as_epq=Multiple-step%20OLE%20DB&as_ugroup=*.
vb.*&hl=en
--
Ken Halter
MS-MVP-VB
Please keep it in the groups..
strCon = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & DBfullPath &
";Persist Security Info=False;Jet OLEDB:Database Password=" & Pwd & ";"
and then I run a SQL as such
strSQl = "SELECT * FROM tblMyStuff " & _
"ORDER BY Num;"
No updating of fields...just loading a database.
thanx
AGP
"Ken Halter" <Ken_Halter@Use_Sparingly_Hotmail.com> wrote in message
news:O9iBnpG3BHA.2748@tkmsftngp07...
"Mike Scirocco" <ms...@yahoo.com> wrote in message
news:3CAD6081...@yahoo.com...
Thanx for the help guys.
AGP
"AGP" <sindiz...@softhome.net> wrote in message
news:Itrr8.1398$CU....@rwcrnsc51.ops.asp.att.net...