I want to create a code in vb6 that will delete data from its database (Microsoft Access). The columns (attributes) in the database are CWNo, Name, IC No, Nationality, Company, Join Date and Expiry...
Thank You so much for your feedback, I understand what you have answered, but could you provide me with an algorithm or coding so that I can better understand what you mean
To be more specific I am developing a system which has five tabs on 1 form (Tab 1 to Tab 5). Tab 1 is the main tab with one combo box which displays values which also will be displayed in the first...
In a form there are 5 tabs (Tab 1 to Tab 5). Tab 2 is the subcategory of Tab 1, Tab 3 is the sub of Tab 2, Tab 3 is the sub of Tab 4 and so on. From Tab 2 onwards, there are 2 combo boxes and 1...
A tab has two combo boxes. The first one is the parent of the second one. The second one is the sub of the first one. It displays values for each item in the first combo box. That means each item in...
There are five tabs in a form. (Windows application). Each tab is the subcategory of the tab before it. (Tab 2 is the sub of Tab 1, Tab 3 is the sub of Tab 2 and so on). There are two combo boxes in...
When I try to compile Java classes that have package statements in it, I get an error because it is not properly stored in the proper packages as named in the package statement. When I install these...
I have created a system in Java and involves using web services. The server that I need to download are Tomcat, Axis and Ant. Please recommend some websites that has the latest downloads for these...
I have 2 classes, Event and Dear. I have created Event class with two variables which are Date and Type of Event. This class is known as the ADT Event class.
I have 2 classes, Event and Dear. I have created Event class with two variables which are Date and Type of Event. This class is known as the ADT Event class.
I have to create a class 'Dear' that has a stack that will allow addition of 'event' information into it. The event information will include event type and date of event. All the data has to be...
I tried looking for a code tag button before posting this thread, but failed to do so. Would you please be kind enough to tell me where the code tag option is placed?
I have a class, Terminus. I also have the class TerminusTest to test run the compilation of the whole Bus program which includes the ADT Bus class, Terminus, TerminusTest and Time ADT.
I have created a class Terminus with methods create a pile of buses which holds information like with busnum, company, dayorder, start time, places travelling. The dayorder of week is Sunday – 1,...
I want to create a banking management system using vb.net. I have already created all the forms in vb.net. The main form is the login form, where the customer has to enter his or her username and...
I downloaded a simple database management system from planet source code and tried compiling it but the error below pops up. This code is compiled using turboc3.0.How do i correct this error so that...
I am creating a currency translation system and thought that i would create an online connection to the internet instead of using database. Is this possible, and how do i do it?
We know that ajax is used for dynamic interaction with server without page refresh. Even though the ajax is used for fast server interaction, it is fairly a difficult process for db access. That'z it...