borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Dos Printing using Crystal Report)Next Topic (Printing different language in dos mode with vb) New Topic New Poll Post Reply
AndreaVB Forum : Printing : Http: accress help reequired
Poster Message
asif
Level: Guest


icon Http: accress help reequired

hey would any one help me to write code access my msaccress2000 database located at webserver on www.lips-club.com for view insert update delete data from with in visual basic using gui as input for

[Edited by asif on 09-05-2004 at 12:29 PM GMT]

09-05-2004 at 12:28 PM
| Quote Reply
narendrakk
Level: Scholar


Registered: 01-12-2003
Posts: 29
icon Re: Http: accress help reequired

hi asif,

why dont u try rdo,ado

dim conn as ADODB.Connection
dim rs as recordset
Conn.Open "...", "...", "..."
'           ^DSN   ^User  ^Password
Set RS = Conn.Execute( "SELECT * FROM theTable" )
do while not rs.eof
   msgbox RS(i).Value<% Next %>
   rs.movenext
loop

or check it out
http://www.thebestweb.com/db/dbaccesscode.asp

08-07-2004 at 07:04 AM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : Printing : Http: accress help reequired
Previous Topic (Dos Printing using Crystal Report)Next Topic (Printing different language in dos mode with vb) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder