Hello everybody,
I have a serious problem deleting a record within a random access database.
If the records in the database are few, the deletion is successful. On the contrary, when the records are more than a few hundreds, the deletion does not take place and I don't get any error message...
Hello, I have a serious problem dealing with the Delphi IDE.
When I select an object in the Delphi IDE (version 2005), the items of the Edit popup window appear disabled.
Consequently, I am unable to copy and paste any objects in the forms at design time.
Please note that I can copy and paste...
Hello, I am in hot water using SQLITE.
My film database is now more than 70 megabytes big and when I run the statement
sl3tb := sl3db.GetTable('SELECT * FROM film');
it gives me an error message telling me there's a memory overflow.
So, I think I should sort out the problem by limiting the...
Hello, I have a huge problem when saving data to an SQLITE database.
When the user types special characters such as quotation marks or commas in an EditBox, the record cannot be saved since those characters interfere with the SQL code.
Is there any way I can modify the code below so as to...
Hello, I have developed a program that exports the content of a StringGrid to MS Excel.
On my computer it works just fine but a lot of users who have installed my app told me they got the following error message:
Class not registered, ProgID: "Excel.Application".
This is the code I have...
Hello, I have a problem dealing with File I/O.
Thanks to the help of this forum, I have been able to create a VB5 application that allows you to retrieve data from the fields of an XML file through pure VB code, i.e. without referring to any external objects.
The application I'm talking about...
Hello, I would like to know if it is possible to send data from a VB5 app to a textbox contained in an HTML page.
Of course, I do possess the source files of both the VB5 app and the Web pages.
So, to make things extremely clear, I have a VB5 form containing a textbox (txtName) and a command...
Hello, I would like to be able to read from an XML file using pure VB5/VB6 code without making any reference to any external objects.
Now, I have managed to retrieve the data relating to the first occurrence of a single field in the XML document by using the following code:
Private Function...
Hello. I have a problem I would like you to help me sort out. It deals with the management of XML files through Visual Basic.
First of all, a premise. So far I have been programming my software using VB5 instead of VB6 and what I really like about it is the fact that you don't even need to...
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.