Hi,
It is very well possible using Visual Basic. I have been doing it for the past 2 years.
You can use MSCOMM control to communicate via Serial port & you have to use some API for Parallel port.
Raman
Dear gabeshackle,
I am not sure of the database you are using, but most of the database has function to convert one datatype to another. like to_date() in oracle, format() in Access. If the information are not sufficient please feel free to mail me at simp_raman@rediffmail.com , meanwhile...
Hi Mr.Jonathan,
I am not clear of the requirements. Most of the SQLs comes with client for all OS. You can view using any ODBC test tool. To do that create a DSN for your database and call that in the test tool. If you need further detail, please feel free to post for more questions.
Dear SpaceRain,
I have worked in simial problem. Change your column type to VarChar and instead of single quote (') in insert into statement use double quotes. I have attached a example for your convience.
INSERT INTO mytab (ID, VAL) VALUES (" & CHR(34) & idstr & CHR(34) & "," &...
Dear WakeUpDeadMan,
The DISTINCT caluse will solve your problem.
That is
SELECT DISTINCT FIELD1 FROM <tablename>
In case of detailed explanation please feel free to mail me at simp_raman@rediffmail.com
hi,
I am not able to understand the question. Please send me the details. I need the table structure and constraints information. my mail id is biosraman@yahoo.com
hi,
it is very simple use the following in your where clause
WHERE <field> LIKE & """ & "*" & gWordClientSearch & "*" & """;
incase of Access table use as it is. in case of Oralce database use % instead of *. the menaing is...
generaly people hear things from people, who they believe not form the experts. because to explain the problem they are in need of the person whom they can realy on. if that person is not constructive, it happends as you said. bacause the biosed mind is not in a position to analyze the situation...
hi Dave,
It is very simple, when you install Ms Office, select custom installation. Where remove the check bok "Database connectivity" or "ODBC connectivity". It seems the problem is with your Ms Office setup disk or CDROM not with the harddisk.
If you need the ODBC...
Hi,
You can create interface to the computer in various ways. the easy way is to communicate via com port. i am not sure about your requirement. you have to select the interface type based on various parameters.
hi,
the best way is partition your disk as how much you need for your windows OS & install windows, leave the remaining unportitioned. install Linux. it will use the unportitioned space for linux installation. The important issues are You can have a maximum of 4 primary partitions. so have...