[PHP-DB] php mssql* functions

2002-03-06 Thread Jeremy Reed
Because of the limitations of MS SQL Server and the inability to limit result sets as you are in MySQL, I am having to finesse/brute force a method to peruse through large result sets. My question is this: How exactly does the mssql_fetch_array() function work? Does it make a call to the db

[PHP-DB] using sendtohost on a secure site

2002-02-20 Thread Jeremy Reed
to a secure site (https). I looked through some of the php documentation and couldn't find anything about manually encrypting the data to send or anything like that. Any help would be greatly appreciated. Thanks, Jeremy Reed -- PHP Database Mailing List (http://www.php.net/) To unsubscribe

[PHP-DB] PHP/SQL Login problem

2002-01-07 Thread Jeremy Reed
that might be affecting it is the ownership. The owner of the DB is 'dbo'--because this is a straight copy of a database on an offsite server. Any help would be greatly appreciated. Best regards, Jeremy Reed -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP-DB] Re: [mysql-support] RE: [PHP-DB] Run php page automatically

2001-12-27 Thread Jeremy Reed
and you won't have to mess with the web header stuff. Oh, and make sure that the PHP subdirectory is included in the PATH. You can set this manually for testing by: path=%path%;C:\PHP Best regards, Jeremy Reed George Loch [EMAIL PROTECTED] wrote in message 001101c189a9$8eaa7a60$[EMAIL

[PHP-DB] Re: MSSQL DB Connect

2001-12-21 Thread Jeremy Reed
What was the error message you received? Also, when passing the variables to the mssql_connect() function, you need not use quotes since you've already initialized them to the strings. Pass them as follows: $connection = mssql_connect($a,$b,$c). Also, you aren't passing the actual sql string

[PHP-DB] Re: SQL/PHP problem

2001-12-21 Thread Jeremy Reed
Actually, your problem lies in your SQL code. Instead of DELETE * FROM Table the correct syntax is DELETE FROM Table Regards, Jeremy Reed Brian Grayless [EMAIL PROTECTED] wrote in message C3C8C2499A63D211BB7D00A0C9E1C7060128707F@PRI-NT1">news:C3C8C2499A63D211BB7D00A0C9E1C7060128707F