RE: Selects to MS SQL Server 2000

2003-12-16 Thread Marcus Willemsen
3 6:35 PM > To: Marcus Willemsen > Cc: [EMAIL PROTECTED] > Subject: Re: Selects to MS SQL Server 2000 > > > Use trace. > > Tim. > > On Mon, Dec 15, 2003 at 03:34:46PM +0100, Marcus Willemsen wrote: > > Hi everybody, > > > > > > I managed to e

Re: Selects to MS SQL Server 2000

2003-12-15 Thread Tim Bunce
Use trace. Tim. On Mon, Dec 15, 2003 at 03:34:46PM +0100, Marcus Willemsen wrote: > Hi everybody, > > > I managed to establish a connection with Microsofts SQL Server 2000 > using DBI without any problems. My only problem is SELECTing textfields > from the database. A query like: > ---Snippet--

Re: Selects to MS SQL Server 2000

2003-12-15 Thread Hardy Merrill
Marcus Willemsen [EMAIL PROTECTED] wrote: > Hello Hardy, > > Thanks for your reply, > > > Does it find the row if you select one of the other columns > > in that table besides the textfield? > > Yes, using the same query with other fields it finds most of the other > fields (varchars, ints, tiny

RE: Selects to MS SQL Server 2000

2003-12-15 Thread Marcus Willemsen
Hello Hardy, Thanks for your reply, > Does it find the row if you select one of the other columns > in that table besides the textfield? Yes, using the same query with other fields it finds most of the other fields (varchars, ints, tinyints). Althought some are not returned, eg. a timestamp fiel

Re: Selects to MS SQL Server 2000

2003-12-15 Thread Jeffrey . Seger
t; <[EMAIL PROTECTED]> 12/15/2003 09:34 AM To: <[EMAIL PROTECTED]> cc: Subject: Selects to MS SQL Server 2000 Hi everybody, I managed to establish a connection with Microsofts SQL Server 2000 using DBI without any problems. My only problem is SEL

Re: Selects to MS SQL Server 2000

2003-12-15 Thread Hardy Merrill
Marcus Willemsen [EMAIL PROTECTED] wrote: > Hi everybody, > > > I managed to establish a connection with Microsofts SQL Server 2000 > using DBI without any problems. My only problem is SELECTing textfields > from the database. A query like: > ---Snippet--- > my $sth = $dbh->prepare("SELECT [textf

Selects to MS SQL Server 2000

2003-12-15 Thread Marcus Willemsen
Hi everybody, I managed to establish a connection with Microsofts SQL Server 2000 using DBI without any problems. My only problem is SELECTing textfields from the database. A query like: ---Snippet--- my $sth = $dbh->prepare("SELECT [textfield] FROM [database].[dbo].[table] WHERE [id] = 3315"); $