mssql versus odbc HELP
Hello mates,
Something weird is happening or it's just the fact that I'm doing
something wrong.
When use mssql for db connectivity, and then i call mssql_fetch_array,
the values i get from the database will be retrieved with the special
charactes like "é" transformed to ",".
In the case of odbc that won't happen?!
Any Idea?
Thanks a lot!
.
Relevant Pages
- RE: Database connectivity
... knew that you should be able to use ADO for MSSQL connections, ... > Subject: Database connectivity ... > I've written a database front-end using ... (comp.lang.python) - [MSSQL] ODBC
... But when this statement is executed using ODBC then MSSQL return error ... Simple select statement (for one database) for the same connection string ... (microsoft.public.sqlserver.programming) - DBConvert for Access & MSSQL 2.0.0
... DBConvert for Access & MSSQL is a database migration tool for data ... If a direct access to your MSSQL server is denied (insufficient ... privileges) you can save your data into a MSSQL Dump file to overcome ... (comp.software.shareware.announce) - Access2MSSQL PRO 1.2.0
... Access2MSSQL Pro is a database migration tool for data conversion from ... MS Access database to MS SQL Server and from MSSQL to ... privileges) you can save your data into a MSSQL Dump file to overcome ... (comp.software.shareware.announce) - Re: Camping or Merb
... and has heavy persistent database connectivity. ... anyway i would recommend nginx as load balancer and for serving static files and flv's, evented mongrel for backend, merb for backend, erubis for templates, and sequel fro postgresql database - supports connection pooling and persistent connections. ... (comp.lang.ruby) |
|