Hello.
I am working on updating a Java application that was originally meant to load XLS files into a database table - MySQL, if you're curious. It utilizes the Apache POI libraries, in part, to make this happen. It's not fast, it uses a lot of memory, but it works.
Now that our organization...
Hello all,
I am trying to load a CSV into a mySQL table using the LOAD DATA INFILE command. There is (at least) one record that is causing an issue with the load. A text field in the record *contains* quotes and commas.
Example:
{...},ABCD,"This is some text in a field. It contains commas...
I have a back-end MDE (BE) that holds my functions, subs, and class modules. I then have this BE MDE referenced in my front-end (FE) MDB. Everything was great... until today.
This thread gives a good idea of what I'm trying to do, but comes just short of giving the answer I need...
Hello all,
I have a function that will dynamically build, based on passed parameters, a connection string to our mySQL server.
I need to be able to use this code on different machines, each possibly with different versions of the mySQL ODBC driver installed (3.51, 5.1, etc). I created a...
I have searched the threads and have found nothing along these lines.
I have an Excel workbook that contains 14 worksheets, including a table of contents. Each worksheet, when printed, is between 1-5 pages. When printing the entire workbook back-to-back, I need each worksheet to start on the...
I have been trying to use the shDocVw.InternetExplorer object to open and navigate websites. From everything I've read, it looks like POST data can be included as a parameter in the navigate or navigate2 methods. The MSDN documentation of these two methods is a bit...enigmatic (at least to me...
I am wondering if I can make links behave differently on the same page. I have different classes for links that appear along the left of the screen and for those in the main body. I want the links on the left to never show any text decoration and the ones in the main body to show the decoration...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.