Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Visual Dbase > Re: Help with A...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 7 Topic 37 of 132
Post > Topic >>

Re: Help with ADODB controls

by "Kevin Beyers" <bozo232@[EMAIL PROTECTED] > Jan 14, 2004 at 12:32 AM

nope. ADODB is a database library for VB.  Actually it started with VB and
php ****ted it over.  I pasted a VERY simple code snip that uses ADODB

ADODB


Dim db As ADODB.Connection
Dim result As ADODB.Recordset

Private Sub Form_Load()
Set db = New ADODB.Connection
Set result = New ADODB.Recordset
db.Open "Provider=Microsoft.Jet.OLEDB.4.0;Data
Source=\\dummie\b7.mdb;Persist Security Info=False"

result.Open "Select * from mybill", db, adOpenStatic
MsgBox result(2)



In order to use ADODB you must first add the activeX componet to the
project
from the ActiveX conponet screen.


"Charles Kincaid" <kincaic@[EMAIL PROTECTED]
> wrote in message
news:Xns944B6CCEE902Dkincaicswbellnet@[EMAIL PROTECTED]
> "Randy Birch" <rgb_removethis@[EMAIL PROTECTED]
> wrote in news:xnIAb.3571$sr2.582
> @[EMAIL PROTECTED]
>
> > <sigh> and you are as wrong (and unhelpful) as ever.
> >
>
> "Anonymous" <anonymous@[EMAIL PROTECTED]
> wrote in message
> news:DUwAb.251131$Dw6.869825@[EMAIL PROTECTED]
> : Randi wrote:
> :
> : adodb? i think you have the wrong group, pal. adodb is for php.
> :
>
> Well right and wrong. ADODB is the library set that implements ADO on a
> Windows platform.  ADODB is also a fantastic PHP library that makes
> database access in PHP a snap, but only on a Windows machine.
>
> -- 
> ATB
>
> Charles Kincaid
>
 




 7 Posts in Topic:
Help with ADODB controls
"Randi" <RSa  2003-12-07 01:24:11 
Re: Help with ADODB controls
Anonymous <anonymous@[  2003-12-07 03:12:35 
Re: Help with ADODB controls
"Randy Birch" &  2003-12-07 16:16:29 
Re: Help with ADODB controls
Charles Kincaid <kinca  2003-12-08 16:41:46 
Re: Help with ADODB controls
"Kevin Beyers"   2004-01-14 00:32:41 
Re: Help with ADODB controls
"Randi" <RSa  2003-12-09 03:30:09 
Re: Help with ADODB controls
"Jason Keats" &  2003-12-09 23:59:01 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 13 21:32:22 CDT 2008.