[PHP-DB] Warning: MySQL: Unable to save result set

2001-10-22 Thread Doug Schasteen
Warning: MySQL: Unable to save result set in on line *** I recently upgraded to php 4 from 3. I also upgraded MySQL to 3.23.43 at the same time and repopulated my database with a .sql file. Everything works fine but I get this warning message every time I do an UPDATE, DELETE, or an INSERT. The

RE: [PHP-DB] Problem importing large db to mysql in windows

2001-08-01 Thread Doug Schasteen
know? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 10:41 AM To: Doug Schasteen; [EMAIL PROTECTED] Subject: Re: [PHP-DB] Problem importing large db to mysql in windows It sounds like the problem you are having is the same one

[PHP-DB] Problem importing large db to mysql in windows

2001-08-01 Thread Doug Schasteen
kips straight to "SQL command executed successfully" but says "No Tables", so obviously it isn't even trying to run the file. This is almost exactly what was happening on the "dump" end before I started using mysqldump. So, what's the IMPORT equivalent of mysqldump and how do I run it on windows? - Doug Schasteen

[PHP-DB] Unable to Load Modules (php_oci8.dll)

2001-05-19 Thread Doug Schasteen
I am trying to run oracle, mysql, and mssql with php using Apache on Windows 2000. Apache would not start when I tried to load certain extensions in php.ini. Some extensions work and others do not. Mssql and oracle both would not work. I read somewhere that putting libsasl.dll in the winnt\syst

[PHP-DB] Need Database Design help

2001-05-18 Thread Doug Schasteen
order to get the database to work. If anyone out there is a database design expert and can see my mistake right away, please help me out. - Doug Schasteen

[PHP-DB] mysql --> Commercial DBs, When will I need to upgrade?

2001-04-19 Thread Doug Schasteen
ng to give me a head start in my research. Point me in the right direction! - Doug Schasteen [EMAIL PROTECTED] P.S. - if you know of any good articles online that compare different servers or databases please share.

[PHP-DB] Oracle session cursor

2001-04-15 Thread Doug Schasteen
fo would be helpful. This project is due on wednesday so I need the help ASAP. Thanks. - Doug Schasteen

[PHP-DB] Need space!!! php w/ oracle support

2001-03-18 Thread Doug Schasteen
ect to my school's oracle server. Drop me an email if you would be willing to help. Thanks. Doug Schasteen [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

Re: [PHP-DB] Oracle connection

2001-03-12 Thread Doug Schasteen
can odbc be used from php on linux, or is it just a windows thing? - Original Message - From: "Andrew Hill" <[EMAIL PROTECTED]> To: "Joe Brown" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 12, 2001 5:32 PM Subject: Re: [PHP-DB] Oracle connection > Or, you can use ODBC :

[PHP-DB] Looking for free temp hosting; php w/ oracle support

2001-03-04 Thread Doug Schasteen
nfigured to connect to my school's oracle server. Drop me an email if you would be willing to help. Thanks. Doug Schasteen [EMAIL PROTECTED] -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To cont

Re: [PHP-DB] PHP security

2001-02-20 Thread Doug Schasteen
As far as I know, you can not download PHP programs without access to download them. Meaning you need an account on the webserver, so they would need your account user and pass before they could steal your mysql user and pass. I don't know how frontpage works, but it would probably have to call on

[PHP-DB] How to set up PHP to access Oracle

2001-02-05 Thread Doug Schasteen
Fatal error: Call to undefined function: ora_logon() Obviously my server is not set up to use Oracle. Oracle is not installed on this machine. I am trying to access a different machine that has oracle installed. So what steps do I have to take to turn Oracle access on? My problem is that another

[PHP-DB] Remote Oracle Connection

2001-02-04 Thread Doug Schasteen
Am I blind? Or is there no support with the regular oracle functions to connect to a database that is hosted on another machine? The manual has this: $conn = Ora_Logon(username, password); but I don't see anywhere to put the host string. - Doug Schasteen