DAO
Data Access Object (DAO) is an object that provides an abstract interface to some type of database or persistence mechanism, providing some specific operations without exposing details of the database.
Language
Any
Platform
Any
License
Any
Thank you very much..
: : see uploaded files-
: : this example automates excel and uses dao to add the excel data to
: : access
: :
: : : :
: : Option Explicit
: :
: :
: : 'VB6 MENU -...
: see uploaded files-
: this example automates excel and uses dao to add the excel data to
: access
:
: :
: Option Explicit
:
:
: 'VB6 MENU - PROJECT , REFERENCES, set a reference to:
:...
see uploaded files-
this example automates excel and uses dao to add the excel data to access
Option Explicit
'VB6 MENU - PROJECT , REFERENCES, set a reference to:
'Microsoft Excel 10.0...
I have created two Active X componants. One is ADO and the other is DAO.
Both componants are navigators. The DAO is Microsoft DAO Dependent, ie; requires the MS DAO Componant on the form. The ADO...
0 Then
Me.txtBarcode.Text = rst!myCode
Me.txtBatchCode.Text = IIf(IsNull(rst!BatchCode), "", rst!BatchCode)
Else
Me.txtBarcode.Text = ""
Me.txtBatchCode.Text...
: I'm trying to populate a table from append queries, howver I need to
: delete a column/field if it is null. I've tried to mix IIf and
: Fields.Delete in the event but VB doesn't like this:-
:...
: Hi Guys,
:
: I have a table that has approximately ten columns - nine of which hold numeric values. The problem I am facing is: I am trying to place the total of all the values across all nine...
: i am an amature programmer working on a inventory system and dont know how to add new items in the database.Can someone please help me.
:
you can use ADO or DAO, ADO is newer but DAO can offer...
This message was edited by lionb at 2006-5-19 4:49:47
: :
: And that's the difference between us two. simply said: i don't like ADO! Well, growing up with DAO does that to you *lol*. But i'm not...
: : Well, if it works, who wants to complain? Anyway, trying the ODBC-API "SQLNative" (don't remember the exact name of the API-Function) is not so bad either, since this Function tests a...
: Can anyone tell me why the code provided below only seems to delete about 8 queries max? It then complains that the object is no longer set. (I used a reference to Microsoft DAO 3.6 Object Library)...
have you read the Microsoft Enroll tutorial? If not, you should because it shows you the information you need.
can anybody help me i need to overwrite/edit records in my database.
used a dao connection
got bout 2 hrs to finish sooo struggling
ant
: This message was edited by Wilko at 2006-2-8 3:10:8
: Hi Guys,
:
: I currently have a subform which relates to the primary key of the main form.
:
: This subform contains possible 'Answers'...
Can anyone tell me why the code provided below only seems to delete about 8 queries max? It then complains that the object is no longer set. (I used a reference to Microsoft DAO 3.6 Object Library)...
Can anyone tell me why the code provided below only seems to delete about 8 queries max? It then complains that the object is no longer set. (I used a reference to Microsoft DAO 3.6 Object Library)...
: hello
:
: I have a website written in asp and vbscript, which connects to an access database....essentially its a calender/appointment website application.
:
: I`d like to be able to create a...
Can anyone tell me why the code provided below only seems to delete about 8 queries max? It then complains that the object is no longer set. (I used a reference to Microsoft DAO 3.6 Object Library)...
: : how can i make a vb project and define Id/pass for specific group!with access database?!
: :
: :
: :
: What type of database connection DAO or ADO? Another point to be made is that...
: how can i make a vb project and define Id/pass for specific group!with access database?!
:
:
:
What type of database connection DAO or ADO? Another point to be made is that database security...