I have a result set, which is in the form of a list of strings. I want to display it on the application using a gridview. If i bind the list as a source for the gridview, the result is displayed as the length of each string.
Can you help me out here. Its not necessary that i display it in the gridview itself. It should be shown on the application after the operation, thats it
Well, my problem is, I'm not able to use DoCmd as an object. Sorry if I sound like a moron. I have a VB Windows application. Have referenced it to Microsoft DAO 3.6. I try to use DoCmd for calling the TransferDatabas e method, but I can't as it says 'DoCmd' is not defined. Even the intellisense does not show it up.
Copying queries from one Access DB to another eliminating duplicates
Hi,
I am new to VB application development with Access. I have a task of copying queries from one DB to another, without duplicationg the ones that are already existing in the destination DB (the names of the queries are taken to be the duplicating factor).
i tried using the DoCmd object, with the method TransferDatabas e. But I'm not able use the DoCmd object itself. I have referenced the app to MS DAO 3.6....
Leave a comment: