Re: Move WebDNA DB to MySQL

This WebDNA talk-list message is from

2005


It keeps the original formatting.
numero = 60733
interpreted = N
texte = This import procedure is extremely fast and flexible: [SQLExecute conn_ref=conn1&result_var=UPL] LOAD DATA LOCAL INFILE 'path to/datafile.txt' INTO TABLE tablename FIELDS TERMINATED BY '' LINES TERMINATED BY '\n' (sqltablefield1, sqltablefield2, sqltablefield3, sqltablefield4,...); [/SQLExecute] This code uses a space delimited file - the length of the field in the table determines the length of the data to grab. For tab delimited, simple substitute: FIELDS TERMINATED BY '\t' The Insert function below works, but is very slow moving large amounts of data. We upload a file with approximately 80,000 lines from one of our county election clients; using INSERT (the first way I programmed it) took 3-4 minutes to complete; using the code above is is almost instantaneous. Cheers Larry On Jan 11, 2005, at 2:37 PM, Clint Davis wrote: > I want to move a tab-delimited members database that WebDNA was using > to a > MySQL database. What would be the proper syntax to search the > tab-delimited > file with WebDNA and INSERT all founditems into the MySQL database? Is > the > methodology below acceptable? > > [SQLConnect > dbType=MySQL&host=xxx&database=xxx&uid=xxx&pwd=xxx&conn_var=conn1] > [/SQLConnect] > > [search db=my.db&neIDdata=find_all] > [founditems] > [SQLExecute conn_ref=conn1&result_var=rs1] > INSERT INTO xxx VALUES ('[value1]', '[value2]', '[value3]', '[value4]') > [/SQLExecute] > [/founditems] > [/search] > > Is there a better/easier way to INSERT multiple rows? > > > --------------------------------------------------------------------- > Clint Davis > Webmaster / Interactive Media Specialist > Gray Loon Marketing Group, Inc. http://www.grayloon.com > 204 Main Street | Evansville, IN 47708 | Phone:812-422-9999 > --------------------------------------------------------------------- > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > Larry Hewitt360.807.1100 OFFICE HCO, LLC 360.807.1103 FAX 109 No. Tower360.880.4855 CELL P.O. Box 1017larryh@hewittco.com Centralia, WA 98531www.votewashington.org www.hewittco.com ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Move WebDNA DB to MySQL ( "Sal D'Anna" 2005)
  2. Re: Move WebDNA DB to MySQL ( Larry Hewitt 2005)
  3. Re: Move WebDNA DB to MySQL ( Larry Hewitt 2005)
  4. Re: Move WebDNA DB to MySQL ( William DeVaul 2005)
  5. Re: Move WebDNA DB to MySQL ( "Nitai @ ComputerOil" 2005)
  6. Move WebDNA DB to MySQL ( Clint Davis 2005)
This import procedure is extremely fast and flexible: [SQLExecute conn_ref=conn1&result_var=UPL] LOAD DATA LOCAL INFILE 'path to/datafile.txt' INTO TABLE tablename FIELDS TERMINATED BY '' LINES TERMINATED BY '\n' (sqltablefield1, sqltablefield2, sqltablefield3, sqltablefield4,...); [/SQLExecute] This code uses a space delimited file - the length of the field in the table determines the length of the data to grab. For tab delimited, simple substitute: FIELDS TERMINATED BY '\t' The Insert function below works, but is very slow moving large amounts of data. We upload a file with approximately 80,000 lines from one of our county election clients; using INSERT (the first way I programmed it) took 3-4 minutes to complete; using the code above is is almost instantaneous. Cheers Larry On Jan 11, 2005, at 2:37 PM, Clint Davis wrote: > I want to move a tab-delimited members database that WebDNA was using > to a > MySQL database. What would be the proper syntax to search the > tab-delimited > file with WebDNA and INSERT all founditems into the MySQL database? Is > the > methodology below acceptable? > > [SQLConnect > dbType=MySQL&host=xxx&database=xxx&uid=xxx&pwd=xxx&conn_var=conn1] > [/SQLConnect] > > [search db=my.db&neIDdata=find_all] > [founditems] > [SQLExecute conn_ref=conn1&result_var=rs1] > INSERT INTO xxx VALUES ('[value1]', '[value2]', '[value3]', '[value4]') > [/SQLExecute] > [/founditems] > [/search] > > Is there a better/easier way to INSERT multiple rows? > > > --------------------------------------------------------------------- > Clint Davis > Webmaster / Interactive Media Specialist > Gray Loon Marketing Group, Inc. http://www.grayloon.com > 204 Main Street | Evansville, IN 47708 | Phone:812-422-9999 > --------------------------------------------------------------------- > > > > ------------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > To switch to the DIGEST mode, E-mail to > > Web Archive of this list is at: http://webdna.smithmicro.com/ > > Larry Hewitt360.807.1100 OFFICE HCO, LLC 360.807.1103 FAX 109 No. Tower360.880.4855 CELL P.O. Box 1017larryh@hewittco.com Centralia, WA 98531www.votewashington.org www.hewittco.com ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Larry Hewitt

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

An easy one (1999) OT: Unix Guru Needed (2003) [WebDNA] A [FlushDatabases] for one DB only... request! (2009) Re1000001: Setting up shop (1997) [BULK] [WebDNA] [BULK] WebDNA AJAX example wanted! (2010) Webcat and WebStar V (2001) Template transformed itself into a database? (1998) Installing Web DNA 5.1 on a MAC (2004) Sending Email (2004) NTbeta18 corrupted? (1997) WebCat editing, SiteGuard WAS:SiteAssociative lookup style? (1997) Major problem (1999) Repeating Fields (1997) Amusement (2004) Help name our technology! (1997) Error: the 'showcart' command requires that you specify a db (1997) F3 crashing server (1997) [WriteFile] problems (1997) Small problem with searching (2002) Possible Shownext from Listfiles???? (2000)