Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsVB SyntaxEnterprise DevelopmentDatabase AccessControlsCOMWin APICrystal ReportDeploymentGeneralGeneral 2
Related Topics
VB.NET / ASP.NETMS SQL ServerMS AccessOther Database ProductsMore Topics ...

VB Forum / Database Access / April 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Operation is not allowed in this context15 Apr 2004 03:31 GMT3
I have a quesiton.
Rs.close cannot work.
It prompt the error that "Operation is not allowed in this context".
In form 1, I set the recordset rs and display in the grid.
Authentication failed for Access14 Apr 2004 21:05 GMT1
Using VB6 and ADOX I created an Access database. Then I convert the code into ActiveX DLL and call it from another vb program, the error message says "Authentication failed.
Please help
Thanks.
New version VB.NET14 Apr 2004 19:27 GMT2
Is VB.NET version 1) 2002 and 2) 2003.
When new version at 2004-2005 ?
any link???14 Apr 2004 14:04 GMT4
Do you have any link to learn how work with database in visual?
thaks a lot
ivan
select max(tbl_id) from my_tbl13 Apr 2004 23:53 GMT2
tbl_id is an autonumber column in an Access table. Does this query guaranty to return the tbl_id of the newest record in the table
Thanks.
Access 2000 DB Table Name use reserved keyword13 Apr 2004 23:30 GMT2
I have an access 2000 db which I am accessing through VB ADO
connection.
One of the tables uses a keyword - FILTER INVENTORY.
So I am having a problem with using a sql select statement for this,
ADO Dsn, Register13 Apr 2004 19:44 GMT1
¿Is ado capable of register an dsn equal to registerdatabase o
registerdatasource for DAO or RDO?
ADOX - adVarChar13 Apr 2004 17:38 GMT2
oTable.Columns.Append "name", adVarWChar, 255 ' O
oTable.Columns.Append "name", adVarChar, 255 ' Erro
VB6 does not allow me to use adVarChar here, why
Please advise. Thanks.
Basic Macro on Excel help?13 Apr 2004 15:49 GMT12
Dear Excel experts,
I am trying to build a macro in excel (I think that is what it is called) to
perform some functions for me on excel.  I don't really know how to do this,
and was hoping someone could write a quick code for me that does what I am
Set Focus - Newbie13 Apr 2004 15:12 GMT2
I am having a minor problem with validation?
I am attempting to force a user to enter something in a text box.
On a lost focus event I test the textbox for a value.
If it is blank I display a message and return him to the text box.
missing data in reports WITHOUT pause or loop for delay13 Apr 2004 14:31 GMT8
I am running Crystal Reports 9 and VB 6.0. My report will only display 0
value in one of the data fields if I don't add some type of pause or loop to
insert a delay while Crystal fetches and displays the report.
I have tried many suggestions I have seen online with nothing working, ...
tables.append fails with -3251 Object or provider is not capable of performing requested operation13 Apr 2004 14:29 GMT7
 Dim tbl As New ADOX.Table
 Dim cat As New ADOX.Catalog
 cat.ActiveConnection = MyConnection
 tbl.Name = "Testing"
Problem opening a database with OpenDatabse13 Apr 2004 13:51 GMT1
I am using Visual Basic in MS Access 2000.
I am trying to open a second database to read in some table data.
When I write code to open a dbase using the OpenDatabase() method I have a
problem:
Cannot open password protected MDB file using DAO13 Apr 2004 13:23 GMT3
I've developed an application (VB 6.0, DAO 3.6 Object library, Access 2000).
I need to password protect the MDB file. And I made the changes in
application also, where I was opening the database.
Code is as follows:
Inserting into an OLE Object in an Access Database13 Apr 2004 04:12 GMT3
I have an Access database with one field in a table defined as "OLE Object".  I can of course insert objects (such as a bitmap image) into this field with Access' "Insert" pull-down menu option, but how do I programmatically do the same thing?  Let's say I have a bitmap file ...
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 March, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.