That's an UltraDev connection file.  If you're going to use UltraDev to
write your connections, you are better off using the connection interface
rather than the resulting file.  Check out
http://www.basic-ultradev.com/articles/adoconnections for more information
on OLEDB connection strings that are usable with SQL Server.

Provider=SQLOLEDB; Data Source=xx.xx.xx.xx,1433; Network Library=DBMSSOCN;
Initial Catalog=dbname;User ID=sa;Password=pass;

tom

"Joshua Tipton" <[EMAIL PROTECTED]> wrote in message
000201c1415a$90653b20$6401a8c0@webdev">news:000201c1415a$90653b20$6401a8c0@webdev...
> Does anyone see a problem with this
>
> ' FileName="Connection_odbc_conn_dsn.htm"
> ' Type="ADO"
> ' HTTP="false" ' Catalog=""
> ' Schema=""
> ' MM_Lingerie_STRING = "dsn=sales;uid=admin;pwd=safe4176;"
> MM_Lingerie_STRING= "Provider=SQLOLEDB.1; Network
> Library=dbmssocn;Password=safe4176;User ID=admin;Initial
> Catalogue=sales; Data Source=217.204.37.40;"
> Session.Lcid=2057
>
> Just to let you know I have the percent signs and > where they are
> supposed to be.  Receiving a connection error.  Please help out
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to