Sitting w/ Bob Status: -Next -To- Null- Friend: Philip
Posts
1,152
RT error , help [ resolved ]
Im getting an error on this part of my (server side database )
in form_load
highlights: Conn.Open ' which opens the connection of course
Last edited by ice_531; Dec 29th, 2004 at 05:02 PM.
Reason: resolved...
:::`DISCLAIMER`:::
Do NOT take anything i have posted to be truthful in any way, shape or form.
Thank You!
-------------------------------- "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe "Finaly I can look as gay as I want..." - NoteMe
Languages: VB6, BASIC, Java, C#. C++
this is part of my form load.
btw never did any ADO stuff before, talk to me like an oompa loompa
:::`DISCLAIMER`:::
Do NOT take anything i have posted to be truthful in any way, shape or form.
Thank You!
-------------------------------- "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe "Finaly I can look as gay as I want..." - NoteMe
Languages: VB6, BASIC, Java, C#. C++
App.Path & "\" & "valeo.mdb;Mode=Read|Write" 'this is the connection string explained in the notes section.
cn.Open
Set rs = New ADODB.Recordset 'as we did with the connection
rs.Open "valeo", cn, adOpenKeyset, adLockPessimistic, adCmdTable 'opening the recordset
:::`DISCLAIMER`:::
Do NOT take anything i have posted to be truthful in any way, shape or form.
Thank You!
-------------------------------- "Never heard about "hiking" poles. I usualy just grab a stick from the nature, and use that as a pole." - NoteMe "Finaly I can look as gay as I want..." - NoteMe
Languages: VB6, BASIC, Java, C#. C++