How do you connect your own websites to SQL Server?

Don't be afraid to ask!
Loyal Member
Joined
Jun 2, 2012
Messages
1,454
Reaction score
252
Any source? I can actually connect to my remote host using odbc driver from my windows 7 PC actually.

I mean.... its for fast lan connection not for remote... ofc it will work, but its not for WORK you know...

Its not for to make a live and stable connection remote. php_pdo is for that.

php_pdo is the new php_mssql, thats it all.
 
Junior Spellweaver
Joined
Sep 12, 2004
Messages
134
Reaction score
14
I think you're talking about this one


Inventories' data type is varbinary, and they are pretty lengthy. So I think we can't use that for mu db yet.

I don't think you read the known issues in a proper way...


First of all, this limitation applies only to connection pooling.
Also, varbinary(max) is not used anywhere in the database.

FYI: varbinary(max) are stored out of the row only if they exceed 8000 bytes otherwise it is the same as varbinary(8000).

So, no harm done here...