Click here to Skip to main content
15,883,766 members

Comments by JMAM (Top 69 by date)

JMAM 20-Jun-16 4:37am View    
Sorry, i have mistakenly included that offer which i intend to resend to someone else who is a freelance mysql programmer i know, but i haven't got a reply from here. Thanks anyway.
JMAM 20-Jun-16 4:37am View    
Sorry, i have mistakenly included that offer which i intend to resend to someone else who is a freelance mysql programmer i know, but i haven't got a reply from here. Thanks anyway.
JMAM 20-Jun-16 2:45am View    
Hi Mehdi Gholam,

Thanks for the response I will run the said SQL query from an external program (VB.NET)
So that from a scheduled time the program can upload local table copy to the Remote MySQL Server

I think then query should look like

INSERT INTO tbl_remote_table
col_mname,col_lname,col_username,col_password,col_question,col_answer,col_email,col_status,col_photo)

SELECT col_eid, col_fname, col_mname,col_lname,col_username,col_password,col_question,col_answer,col_email,col_status,col_photo
FROM tbl_local_table
JMAM 20-Jun-16 2:45am View    
Hi digimanus,

Thanks for the response I will run the said SQL query from an external program (VB.NET)
So that from a scheduled time the program can upload local table copy to the Remote MySQL Server

I think then query should look like

INSERT INTO tbl_remote_table
col_mname,col_lname,col_username,col_password,col_question,col_answer,col_email,col_status,col_photo)

SELECT col_eid, col_fname, col_mname,col_lname,col_username,col_password,col_question,col_answer,col_email,col_status,col_photo
FROM tbl_local_table
JMAM 19-Sep-13 9:26am View    
Thanks it works