Tagged Questions

1
vote
1answer
25 views

LINQtoSQL: What is the best way to check if a row exists on insert?

Hi, I'm doing updates from Excel/CSV files to a database. I'm using LINQ to SQL for database operations. I have quite a few columns to update/insert, so I guess it would be easier …
1
vote
11answers
453 views

Classic database insert problem

I have a SQL database which i use to store some info and every record has a unique id generated by the database. MY program is written in flash and runs over the web, the program r …
5
votes
6answers
233 views

What is the best way to achieve speedy inserts of large amounts of data in MySQL?

I have written a program in C to parse large XML files and then create files with insert statements. Some other process would ingest the files into a MySQL database. This data wi …