votes
ASP.NET insertion and joining between tables
I have the following tables: 1.) PRODUCT_INFORMATION: "ID", "CUST_ID", "DISTR_ID", "PROD_ID", "CNC_ID" 2.) CUSTOMERS: "ID", "CUSTOMER_NAME" 3.) DISTRIBUTORS: &qu ...
blah blah blah is here! blah blah » Close
I have the following tables: 1.) PRODUCT_INFORMATION: "ID", "CUST_ID", "DISTR_ID", "PROD_ID", "CNC_ID" 2.) CUSTOMERS: "ID", "CUSTOMER_NAME" 3.) DISTRIBUTORS: &qu ...
Hi All, I am trying to insert data in one of the tables using SQL Server. Below is the sql command: string insertSQL = "Insert into CUSTOMERS (" + " CUSTOMER_NAME" + ") VALUES ...
I'm working on some code in C# that will run a query against a remote Sybase database and then insert those records into a local Access database. It works just fine, the problem is that it is SLOW!...it takes 15 seconds to insert 150 recor ...
Hello, I have a textBox1.text that I would like to have it insert a . every three characters. For an IP Address, like 192.168.001.016 [code]private void tbIPVM_TextChanged(object sender, EventArgs e) { if (tbI ...
Got feedack? Found a bug? report it here.