For Programmers: Free Programming Magazines  


Home > Archive > PHP DB > February 2008 > Re: [PHP-DB] Efficient way to access MS SQL server









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Re: [PHP-DB] Efficient way to access MS SQL server
Leo G. Divinagracia III

2008-01-31, 7:12 pm



charlie wrote:
> The native SQL driver for PHP has a problem
> with a limit on the number of characters in a string, so can't use that.
>



hmmm interesting. how much is the limit?

i used PHP's mssql_* functions and while i only used about 20 chars on a
character search string in the WHERE, i found them to be as simple as
the mysql_* functions...
Evert Lammerts

2008-02-01, 4:20 am

There's a limit of 30 characters for column names, but only if you
connect to your mssql server from windows (more info on
http://hu2.php.net/mssql).

> The native SQL driver for PHP has a problem with a limit on the number
> of characters in a string, so can't use that.

I'm not sure what Charly means by this though...

Evert
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com