Thank you for your reply, KarveR
I tried the command line syntax as you suggested, and unfortunately the problem is the same. Do you have any other suggestions?
Hi,
I am having a problem with using the --extended-insert option when using mysqldump. As I understand it, this option creates multiple insert statements within the .sql file for tables that contain more than 1 row of data. According to documentation I have found, this substantially speeds...
Hi all,
I am attempting to write an application using vb.net 2003 that will have multiple clients connect to a server application using winsock. I have found many examples of how to connect one client to a server application, but I am unsure of how to create a server application that is...
Hi,
I have a question regarding compacting and repairing an Access DB:
My original DB contains 1000 records, and currently its original size on disk is 152 KB. However, when I compact and repair the DB (using a snippet contained on this site), the size of the DB on disk increases to 232 KB...
Hi BobRodes,
Thanks for your suggestion. Like you had mentioned, I do not believe that the values I need to update can be altered and stored at runtime, short of recompiling the dll file on the fly and replacing the existing one.
So, in the end I decided to use an obscure part of the registry...
Never mind, after a little poking around I have come to the conclusion that I cannot do what I want with a dll file.
If I am wrong on this, please let me know
Thanks anyways!
Hi,
I am looking to use an ActiveX dll to store information about my program such as whether or not the program is a Trial version, if it has been activated, the date it was first run, and the date it was last run. I realize that there has been much discussion in this forum regarding securing...
I think this is maybe what you are looking for, I am not at my computer, cannot test....
You will need to set the Multiline property of Text1 to True, then modify your code as follows:
Private Sub Check2_Click()
If Check2 = 1 Then Text1.text = Text1.text & "Bicycle" & vbCrlf
End Sub
And...
Hi SeanGriffin,
I tried as you suggested. Unfortunately when I do this it creates a format of 12/24/03 10:00. It completely truncates the seconds, as well as the AM/PM part.
However, when I select any one of the date cells within the Excel spreadsheet, the value displayed in the current cell...
I have "sort of" solved my own problem. The format is as follows:
objExcel.Application.Cells(i, 1).Value = Format(strExportDate, "yyyy-mm-dd h:mm:ss:ampm")
However, this will produce the following output:
2003-12-27 10:00:00:PM
Is there another way to do this so that...
I have a problem that I hope someone can help me with.
I am exporting a CSV file into an Excel spreadsheet, and I am having problems importing the date for the current entry in the CSV file. The date in the CSV file is in yyyy-mm-dd h:mm:ss tt format (where tt is either AM or PM).
The problem...
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.