RE: [PHP-DB] MySQL database converter ?

2005-01-04 Thread Bastien Koert
DB Designer4 from fabforce (www.fabforce.net/dbdesigner4/) bastien From: Nayyar Ahmed <[EMAIL PROTECTED]> Reply-To: Nayyar Ahmed <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] MySQL database converter ? Date: Tue, 4 Jan 2005 10:36:20 +0500 Hello All: Is there any tool a

Re: [PHP-DB] MySQL database converter ?

2005-01-04 Thread Jochem Maas
Nayyar Ahmed wrote: Hello All: Is there any tool available for conversion of M$ Access, Oracle etc Databases to MySQL database ? google will probably give you more answers than this list (try also searching for the term 'datapump' and variations on it) IBExpert is one tool that will allow you to

RE: [PHP-DB] MySQL database converter ?

2005-01-03 Thread Manoj Kumar
www.daffodildb.com -Original Message- From: Nayyar Ahmed [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 11:06 AM To: php-db@lists.php.net Subject: [PHP-DB] MySQL database converter ? Hello All: Is there any tool available for conversion of M$ Access, Oracle etc Databases to

[PHP-DB] MySQL database converter ?

2005-01-03 Thread Nayyar Ahmed
Hello All: Is there any tool available for conversion of M$ Access, Oracle etc Databases to MySQL database ? TIA: -- Nayyar Ahmad Lecturer Faculty Of Computer Science, Institute Of Management Sciences, Hayat Abad Peshawar , Pakistan. Office : 92-091-9217404 , 9217452 Cell : 92-0333-913946

[PHP-DB] mysql database function problem

2003-06-26 Thread Andres
Hello Everybody! I tried to connect with a mysql databasem , but It shows the follow error: Warning: mysql_numrows(): supplied argument is not a valid MySQL result resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 25 NĂºmero de filas en el resultado: Warning: mysql_num_fields():

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Jason Wong
On Friday 03 January 2003 17:11, conbud wrote: > Jason Wong wrote: > > On Friday 03 January 2003 17:00, conbud wrote: > >>Hello can someone give me some possible reasons this error happens when > >>I use the mysql client to add a tabe to a database. > >> > >>mysql> create table home (id int not nul

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Andrey Hristov
what about the permissions? are they ok? Andrey - Original Message - From: "conbud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 11:30 AM Subject: Re: [PHP-DB] MySQL Database connection Problem > Andrey thanks, but I seen that a

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Try du to see how much space is free/used > > > Best regards > Andrey Hristov > > > - Original Message - > From: "conbud" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Friday, January 03, 2003 11:11 AM &g

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Andrey Hristov
- Original Message - From: "conbud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 11:11 AM Subject: Re: [PHP-DB] MySQL Database connection Problem > Jason Wong wrote: > > On Friday 03 January 2003 17:00, co

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Jason Wong wrote: On Friday 03 January 2003 17:00, conbud wrote: Hello can someone give me some possible reasons this error happens when I use the mysql client to add a tabe to a database. mysql> create table home (id int not null, heading blob not null, -> primary key (id), unique id (id))

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Jason Wong
On Friday 03 January 2003 17:00, conbud wrote: > Hello can someone give me some possible reasons this error happens when > I use the mysql client to add a tabe to a database. > > mysql> create table home (id int not null, heading blob not null, > -> primary key (id), unique id (id)); > ERROR 3

Re: [PHP-DB] MySQL Database connection Problem

2003-01-03 Thread Andrey Hristov
Hi, Does mysql user has rights to write in this directory or permissions over this file? Andrey - Original Message - From: "conbud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 11:00 AM Subject: [PHP-DB] MySQL Database connection

[PHP-DB] MySQL Database connection Problem

2003-01-03 Thread conbud
Hello can someone give me some possible reasons this error happens when I use the mysql client to add a tabe to a database. mysql> create table home (id int not null, heading blob not null, -> primary key (id), unique id (id)); ERROR 3: Error writing file './nrlug/home.frm' (Errcode: 28) Any

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
--- Jody Cleveland <[EMAIL PROTECTED]> wrote: > > Sorry. Stupid technospeak on my part. > > No problem, much ignorance on my part. > > > When you connect to the database, you tell it to use a particular > > username and password. When these new tables were created, did > you > > change the permi

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
> Sorry. Stupid technospeak on my part. No problem, much ignorance on my part. > When you connect to the database, you tell it to use a particular > username and password. When these new tables were created, did you > change the permissions in the mysql table for the user, or does that > account

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
Sorry. Stupid technospeak on my part. When you connect to the database, you tell it to use a particular username and password. When these new tables were created, did you change the permissions in the mysql table for the user, or does that account have access to all the tables/databases? Basically

RE: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
> Does the user that the script runs as have full CRUD access to the > new tables? Have you set any restrictions on what that user can do to > the table(s)? Boy, do I feel lost... How would I check that? Thanks! Jody -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: ht

Re: [PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Mark
Does the user that the script runs as have full CRUD access to the new tables? Have you set any restrictions on what that user can do to the table(s)? --- Jody Cleveland <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using a product called Squirrelmail for my web based email. In > it, it > uses a da

[PHP-DB] mysql database not 'taking' changes

2002-12-23 Thread Jody Cleveland
Hello, I'm using a product called Squirrelmail for my web based email. In it, it uses a database for user preferences and address books. (I posted to that list, and it was suggested to check here) I created the database squirrel. I created two tables, one called addresses and one called prefs. For

Re: [PHP-DB] MySQL Database Connection Error ?

2002-08-28 Thread Jason Wong
On Wednesday 28 August 2002 20:48, R Strang wrote: > i have a simple guest book script from a book by jay greenspan i think , > when i run seems oikay i fill in the form and click submit, after > submitting iam getting this error ? > > PHP Warning: Failed opening 'dbconnect.php' for inclusion

[PHP-DB] MySQL Database Connection Error ?

2002-08-28 Thread R Strang
i have a simple guest book script from a book by jay greenspan i think , when i run seems oikay i fill in the form and click submit, after submitting iam getting this error ? PHP Warning: Failed opening 'dbconnect.php' for inclusion (include_path='c:\php\includes') in c:\Inetpub\wwwroot\p

Re: [PHP-DB] MySQL database

2002-01-19 Thread Miles Thompson
As Brian Clark just pointed out on php-general, in response to another issue ... http://www.faqts.com/knowledge_base/index.phtml/fid/51/ Some very specific refernces. You'll find what you need there. Miles At 06:08 PM 1/19/2002 +0100, Morten Nielsen wrote: >Hi, > >Could anybody explain to me h

Re: [PHP-DB] MySQL database

2002-01-19 Thread Miles Thompson
Morten, What's your level of knowledge of both databases and PHP? Please have a look at the Introductory Tutorial (Link at the top left of www.php.net). At the end of that tutorial, which is admittedly rudimentary, there are links to more advanced ones, including ones specifically for user au

[PHP-DB] MySQL database

2002-01-19 Thread Morten Nielsen
Hi, Could anybody explain to me how I should make a table with usernames and passwords. I want to make a site, where users can sign up and enter some values, which is stored in a different table. How do I grant the necessary acces to the tables, so users can enter values into them? Please help,

Re: [PHP-DB] MySql database data has html code in it

2001-09-01 Thread CrossWalkCentral
That did it thanks for the help. -- Cross Walk Central www.crosswalkcentral.net Support Center Your Web Hosting Community! "Paul Burney" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > on 9/1/01 7:12 PM, CrossWalkCentral at [EMAIL PROTECTED] wrote: > > > Yea

Re: [PHP-DB] MySql database data has html code in it

2001-09-01 Thread Paul Burney
on 9/1/01 7:12 PM, CrossWalkCentral at [EMAIL PROTECTED] wrote: > Yea I tried that before I posted I even tried editing the data in the table > to but the before and after and it still will not show it. You need to encode the < and > characters. You can do so via the htmlspecialchars() funct

Re: [PHP-DB] MySql database data has html code in it

2001-09-01 Thread CrossWalkCentral
7;m new and I never tried it. But you can try and see if it works. > > Ali > > -Original Message- > From: CrossWalkCentral [mailto:[EMAIL PROTECTED]] > Sent: September 1, 2001 6:46 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] MySql database data has html code in

RE: [PHP-DB] MySql database data has html code in it

2001-09-01 Thread Ali Nayeri
al Message- From: CrossWalkCentral [mailto:[EMAIL PROTECTED]] Sent: September 1, 2001 6:46 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] MySql database data has html code in it Hello Another question for the pros. I have a Mysql database which contains a table labled html in this table I have some short

[PHP-DB] MySql database data has html code in it

2001-09-01 Thread CrossWalkCentral
Hello Another question for the pros. I have a Mysql database which contains a table labled html in this table I have some short html scripts I have created a search for my scripts and when I Echo them (example code below) It only shows me the text and not the html script itself Echo ($code); Is

[PHP-DB] MySQL Database Locking - needed?

2001-07-10 Thread Tom Peck
Hi The company I work for has recently developed a Car Dealer type site, which acts as a large on-line used car yard. Currently the MySQL database holding the cars is added too / edited / deleted by one person employed for the job - but we hope to expand to allow the Dealers themselves admin

RE: [PHP-DB] MySQL database transfer

2001-02-22 Thread Matt Williams
> and how would you move an entire database from a windows environment > to a linux environment? mysqldump db_name > c:/db.sql from the command prompt M@ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: [PHP-DB] MySQL database transfer

2001-02-22 Thread Cameron Metcalf
and how would you move an entire database from a windows environment to a linux environment? I've tried copying my database to disk, from the data folder in windows, and then moved it to the var/lib/mysql folder in Linux, however mysql is unable to find the database tables, when I try to open up

Re: [PHP-DB] MySQL database transfer

2001-02-21 Thread Andrew Apold
At 03:24 AM 2/22/01 -, Sridhar Ranganathan wrote: >Hi > >I have mysql on linux and windows on the same machine. How do i transfer >data between them?? use mysql dump to create a script, .sql file, and execute it on the other one. = "To dwell within Samsara, howe

[PHP-DB] MySQL database transfer

2001-02-21 Thread Sridhar Ranganathan
Hi I have mysql on linux and windows on the same machine. How do i transfer data between them?? Thanks in advance _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP Database Mailing List (

[PHP-DB] mySQL Database Update

2001-02-16 Thread dmalcolm
I have a mySQL data base up and running on Win2k. I access it with PHP4.0.4pl1 and they all work and play together just fine. The Problem: The data contained in the mySQL database comes from a FoxPro DBF file. Initial data migration was accomplished with dbtool. About once a month I need to mov

[PHP-DB] MySQL Database Design

2001-02-14 Thread Ben Cairns
If was to create a table in a database with 19 Fields, and define them all as a BLOB, even though some of them may only hold a max of 10 characters. What would be the implications of this? -- Ben Cairns - Head Of Technical Operations intasept.COM Tel: 01332 365333 Fax: 01332 346010 E-Mail: [EMA

[PHP-DB] mysql database replication

2001-01-19 Thread Cameron Harr
newer versions of mysql allow for database replication. However the client (php in this case) needs to be aware that all read requests can go to slaves or masters. However all write request must go to the master. is there a way to set this up in PHP? thanks nate -- PHP Database Mailing List (ht