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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by elibb

  1. elibb

    Date simple question

    thank you very much JVZ, thats exactly what i needed. Eli
  2. elibb

    Date simple question

    i checked, but i still cannt make it work.. could You post some code please? Eli
  3. elibb

    Date simple question

    hi, this is a very simple question, but i cannt find the answer, how can i get the actual date (from the system) in the format "yyMMddmmss" for example if now is october 3, 2003 11:58am i want it to be: "0310031158" so i can name a file like that.. if you can post some...
  4. elibb

    change field type from code

    thank You very much, but actually i found a way: "Alter table myTable Alter column myField varchar(50)" that will change myField from Integer to text.. i think it works fine ELi
  5. elibb

    change field type from code

    hi, i have a vb6.0 application, and i want to modify a field on my Access database, by changing its data type from Number to Text, but i need to do it by code, so my user doesnt have to get in the database in design and change it. does anybody how to do it? thank you very much Eli
  6. elibb

    tab with enter

    thank You very much.. exactly what i needed.. Eli
  7. elibb

    tab with enter

    hi, i have vb6.0 application, and i want to find a way to make the focus go to the next "tabindex" item, by pressing enter, instead of tab. is there a way to make it easy and fast? thank you very much Eli
  8. elibb

    install rmi server without installing JSDK

    it said it didnt find the ODBC name. thank you very much.. Eli
  9. elibb

    share data between projects in the same group

    hi, if i have a group 2 exe projects, each one with its forms and all, is there a way to call one project from the other, and share some variables between the two of them?? thank you Eli
  10. elibb

    install rmi server without installing JSDK

    i have a JDBC driver on the server.. but how do i make it access the ODBC on the client?? i tried this: jdbc:odbc:200.171.10.1/myODBCName but it didnt work.. please help!!!! Eli
  11. elibb

    Access database in client computer

    i didnt see it so insane.. ill give you the global picture: there is a general office, and it has smaller offices, that sells products, the general office is the responsable for keeping the right inventory and all in the smaller ones. now, each small office, keeps a stand alone application...
  12. elibb

    Access database in client computer

    i found a way to do it using RMI, but im not tottaly convinced with it.. so any other sugestions are accepted Eli
  13. elibb

    install rmi server without installing JSDK

    its like this: i have a server with a MySQL database, and im building a java application for it. Now, the computers that log into my applications, are stand alone computers, that will connect via modem to the Internet and access my webpage, these computer have a database in Access. I want...
  14. elibb

    install rmi server without installing JSDK

    hi, im building an application with servlets and jsp.. i need to have access to a database that is on my client computer (on the computer that opens the browser), the only way i found to do it, is using rmi.. but then the client needs to have the RMI server running.. is there a way to install...
  15. elibb

    Access database in client computer

    hi, im buidling an application using Servlets and JSP, and i need my application to be able to access a MS Access database that is on my client computer, so when the clients logs in the url, it finds an ODBC driver, and gets some data from the access database. does anybody know how to do it...

Part and Inventory Search

Back
Top