all these TLAs that litter the WWW are just a PITA (FLA)
MD
On Tue, 21 Sep 2004 09:55:48 -0400, Robert Redpath <[EMAIL PROTECTED]> wrote:
> http://farcry.daemon.com.au/go/documentation/installation/system-requirement
> s
> <http://farcry.daemon.com.au/go/documentation/installation/system-requiremen
> ts>
>
> -----Original Message-----
> From: Asim Manzur [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, September 21, 2004 9:49 AM
> To: CF-Talk
> Subject: Spam:Re: PHP Guru
>
> Thanks William,
> The connection was successfuly after that, but still so much mess up.
>
> Actually I am looking for some cheap/free CRM, there are so many out there
> with MySQL and PHP. (I can't find any with coldfusion and MSSQL)
>
> Just trying to convert one with MSSQL
> no luck yet.
>
> >How about -
> >
> >
> >
> >$server = "ipaddress:portnumber"; //this is ipaddress-colon-portnumber
> >$user = "username";
> >$passwd = "password";
> >$db_name = "dbname";
> >$table_name = "tablename";
> >$conn = mssql_connect($server, $user, $passwd) or die("Couldn't connect
> >to SQL Server on $server");
> >mssql_select_db($db_name, $conn);
> >
> >
> >
> >Bill
> >
> > _____
> >
> >From: Asim Manzur [mailto:[EMAIL PROTECTED]
> >Sent: Monday, September 20, 2004 12:45 PM
> >To: CF-Talk
> >Subject: PHP Guru
> >
> >
> >
> >could someone please help me on the following line of code.
> >
> >$db = mysql_connect($host, $user, $pass);
> >mssql_select_db($database,$db);
> >
> >the above is using to connect with MySQL
> >I need to connect with MSSQL
> >
> >Thanks
> >
> > _____
> _____
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

