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 Mike Lewis 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: nnir
  • Order by date
  1. nnir

    print File

    How can i Print *.txt File Using Windows Api?
  2. nnir

    VB6/MS Access/Password

    Private Sub Command1_Click()<br>Dim Db AS Dao.Database<br>Dim Password As String<br>Dim DbPath As string<br><br>Password=&quot;1111&quot;<br>DbPath=&quot;c:\Temp\Db1.mdb&quot;<br>Set Db=OpenDataBase(DbPath,True,False,&quot;;pwd=&quot; & Password) <br>
  3. nnir

    Problems retrieving table names with DAO (VB6.0) and Access 2000

    For ADO (or the ADO Data Control), use the &quot;Microsoft.Jet.OLEDB.4.0&quot; provider. <br>For DAO, go to Project menu, and choose References to use the &quot;Microsoft DAO 3.6 Object Library.&quot; <br>If you use the generic Data-Control, you need to open a DAO 3.6 recordset and then assign...

Part and Inventory Search

Back
Top