I am a new using postgres. I have a project using writen via VB6.0 and using
database Postgres.
But when i using ia have error:
1_:I using adodc for insert data into table of postgres.
Table name: tbl_order_printer(loc_id varchar(20),
item_id varchar
Hello,
My name is rong xie. I am a Student at
TU-Munich.
I have a question to Postgresql an Linux.
e.g:
for IBM DB2: I can write a test.sql
file.
--test.sql
connect to database1;
set schema xie;
select * from table1;
insert table1 value('rong','xie',22);
select * from table1;
terminate
Hi Leandro,
just look at [postgresql-source]/contrib/mysql
there are 2 scripts to translate mysql schema and
data to postgresql.
Here is the README in that directory:
Here are two conversion utilities for MySQL dumps. Use the one you prefer.
The most recent version of my2pg.pl can be obtained
Title: Message
Install a MySQL ODBC driver, setup a DSN pointing to your database, and
then use the ODBC option.
Regards, Dave.
-Original Message-From: Leandro Engel
[mailto:[EMAIL PROTECTED]] Sent: 23 October 2002
14:27To: [EMAIL PROTECTED]Subject:
[pgadmin-support
Hi,
How do I to do the migration from MySQL to Postgre
?When I open the menu Plugins -> 'Database Migration Wizard' just show
ODBC, Access or SQL Server database. I need do it with
MySQL.Thanks.
Leandro Engel
Brazil