Re: Connectiing

2004-08-01 Thread Jonathan Mangin
- Original Message - From: "John Berman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, August 01, 2004 7:27 AM Subject: Connectiing > Hi > > Sorry if I'm off topic but I am a touch desperate > > > We make use of a mysql 4.x hos

Connectiing

2004-08-01 Thread John Berman
Hi Sorry if I'm off topic but I am a touch desperate We make use of a mysql 4.x hosted by a third party and we use ASP to access this data Our Connection string looks like this: xDb_Conn_Str="DRIVER=org.gjt.mm.mysql.Driver;URL={jdbc:mysql://xxx/x xx};uid=xxx;pwd=xx;" This

Re: Connectiing mySQL db on Localhost to mySQL DB on Server

2002-07-10 Thread Egor Egorov
Thomas, Wednesday, July 10, 2002, 8:27:06 AM, you wrote: TEJ> I would like to export Table Data which is on my TEJ> localhost mySQL Server, to a Table in mySQL on the TEJ> Internet Web Server. How can i do that? Basically it's TEJ> just moving mySQL Table Data from localhost to web TEJ> server on

Re: Connectiing mySQL db on Localhost to mySQL DB on Server

2002-07-09 Thread Terence
www.mysqlfront.de - Original Message - From: "Thomas Edison Jr." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 10, 2002 1:27 PM Subject: Connectiing mySQL db on Localhost to mySQL DB on Server Hi, I would like to export Table Data which is

Connectiing mySQL db on Localhost to mySQL DB on Server

2002-07-09 Thread Thomas Edison Jr.
Hi, I would like to export Table Data which is on my localhost mySQL Server, to a Table in mySQL on the Internet Web Server. How can i do that? Basically it's just moving mySQL Table Data from localhost to web server on the internet! Is it possible? if so, how? Thanks, T. Edison Jr. _