well, im really new to mysql, and i have no idea to do what i am intending to, or atleast not the efficient way.
I have to write code in C where the user has to have flexibility in choosing any existing DB, write to files, or implement their own storage mechanism. I need wrapper functions that redirect to the ri
I\'m a bit confused about interfaces vs. signatures in OCaml. From what I\'ve read, interfaces (the .mli files) are what govern what values can be used/called by the other programs. Signature files l
this code takes about 30 mins and high cpu usage, what is the problem Do strLine = objReader.ReadLine()
I want to have a integer value to my \"key.data\" in Berkeley DB. Since we use DBT structures in Berkley DB,and it has \"A pointer to a byte string\", I created a structure for key with a memeber int.
I have structure with 10 fields of the same size. The structure was read from a data file. dataFile =开发者_Go百科 ezread(\'myFile\',\'\\t\');
We have a huge Zend Framework project, it\'s basically a website in 4 different languages and with a fair amount of pages. Usually my application handle 10~15 database tables and probably 5/6 controll
For a simulation program I\'m working in Delphi 2010. The simulation isn\'t a problem but I need to use large collection of data which gives a problem. The data is available in excel sheets, so there
I\'m confused.Well not confused, so much as not wanting to do 6 test programs to see which algorithm is the best. So I thought I\'d ask my expert friends here at SO to give me the benefit of their exp
I\'m currently attemping to transfer data away from filemaker pro 11 to MySQL using JDBC. I\'ve dealt with setting up the connection to each, and have queries that work, and insert the data safely in