Skip to Content.
Sympa Menu

freetds - RE: [freetds] DB Abstraction Syntax Question

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO Frediano" <Frediano.Ziglio AT vodafone.com>
  • To: "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] DB Abstraction Syntax Question
  • Date: Mon, 25 Aug 2003 15:23:33 +0200

>
> Update, Thanks Freddy and others for the help with FreeTDS in
> the past couple weeks. I have finally finished my setup and
> have successfully connected to the MSSQL server and pulled
> data from my test table. :)
>
> Curious if someone could answer a ADODB syntax question for
> me in regards to querying my MS SQL Table.
>
> My table is this:
> (only 1 record)
>
> id fname lname addr1 addr2 city
> state zip
> 1 Chris Hettinger 1000th St. Des
> Moines Iowa 55555
>
> Below is my simple test script:
>
...

Try also

global $ADODB_FETCH_MODE;
$ADODB_FETCH_MODE = ADODB_FETCH_NUM|ADODB_FETCH_ASSOC;

before creating connection

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page