Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kioko
  • Order by date
  1. kioko

    automatically add records from other database

    David Its very possible. there are several methods in which you can achieve this 1. Create a link table in the of the one table in the database that has the other table and update it from there 2. use dao and connect to the both database files then update the tables (Visual basic(a)) 3. Use...
  2. kioko

    Deploying MDAC 2.7 With Visual Studio Installer

    Hi Guys I am using Visual Studio installer that comes with Visual Studio Enterprise. I recently downloaded the latest version of MDAC 2.7. How can I now bundle it with my package so that if the installer finds an older version installed in the target machine it automatically installs MDAC 2.7...
  3. kioko

    Hi Guys I have written a client

    I have done that my problem comes at the point of deployment. Where and how do you execute the script when you are installing the application Thanx Kioko
  4. kioko

    Hi Guys I have written a client

    Hi Guys I have written a client server application which I would like to package into an installation cd. I currenlty use the Windows installer that comes with Visual Studio. My problem is how do I deploy the SQL database. I have seen setup applications that install databases, they usuall ask...
  5. kioko

    Securing an Access Database

    Hi Guys I would like to secure an an access database application (it has a front and backend) but I find working with the workgroup admin utility very useless coz someone can just as easily change the .mdw file that is being used to enable and thus enabling themselves unlimited access to the...
  6. kioko

    Delphi 3 and Win 2000

    I am a Visual basic developer but I was called upon to transfer a delphi 3 application to a win 2000 machine. After struggling several times I got the application to work but when I run any reports I get the following error message Access violation at address 000000. Read of address 000000...
  7. kioko

    NT User Name

    Is it possible if you to retrieve the user name of the person who is logged on to a machine /domain in win9x /nt from withing vb and or msaccess if you are not using MS SQL i know it is possible using SQL but the application i have written uses an Access Database Please help Kioko
  8. kioko

    System Time.

    Hi everybody I am developing a messaging based application that requires to record the time a message is sent. But since this system will be insalled as a client on a large network I need to use the system clock of one of the machines in the network. Does anyone out there know how this is done...
  9. kioko

    Bar Code Enabled Access Application

    I have developed an Asset Register application using MS Access. Now the client want to be able to take the anual inventory using barcode readers has anyone out there ever worked with bar code readers and where would i start please help i am pretty desperate Thanx guys F. Kioko

Part and Inventory Search

Back
Top