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 / May 2005



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Can I update and delete records from an Access database using a VSFlexGrid control?26 May 2005 22:51 GMT2
I can easily display the contents of an Access table using a VSFlexGrid DAO/RDO
control and an ordinary data control, but is it possible to update the database
table too?
New mdac old mdac?26 May 2005 19:16 GMT8
someone's done something to the odbc setup on this pc that I'm on. When
i try to set up a connection to sql server i get the old type of
GUI/interface when i set up the connection (ie just the one window, no
forward or back buttons for other options).
Multiple data readers26 May 2005 18:29 GMT2
I know that its possible to open one datareader at a time.
But my application is running on web, several users will access the
database at a time.
Is there any other way than the datareader in ASP.NET to fetch the data
Opening MS Access database26 May 2005 17:15 GMT1
The problem is that while opening MS Access database via ADO/Jet4 with
connection mode set to adModeShareDenyWrite, this should
prevent others from opening in write mode. But it denies writing all
(including me)! Adding adModeWrite allows to write but doesn't prevent
Query question.26 May 2005 17:03 GMT1
CREATE TABLE [dbo].[stuff] (
[c1] [char] (10)
)
insert into stuff values ('a')
Output parameters using ADODB.dll with vb.NET26 May 2005 15:46 GMT2
I am having a problem reading the OUTPUT and RETURN parameter values from a
SP that I am executing from within VB.NET using the COM ADODB.dll.
Here is my code sample...
           cmd = New ADODB.Command
Export data to a closed workbook26 May 2005 03:43 GMT6
Hi friends
I'm looking for code tha export data from a worksheet to another located in
a closed workbook.
Thanks
DataEnvironmet SQL Builder yields no data records wth DataReport25 May 2005 23:01 GMT2
If I create a DataEnvironment command by inserting a table from the data
view into the enironment, then I see the data records nicely on the
generated report. The problem is that if I use a SQL statement (SELECT
Table1.* Table2..* FROM Table1, Table2 WHERE (Table1.IDRec > 0)) ...
VB .net datasets oldvalue vs newvalue25 May 2005 22:21 GMT2
I am trying to write an all-purpose record changes sub when dataset mdsDS is passed in.  I am stuck at the very last step which is to grab the original and current values for columns (fields) whose values are different.  Can someone help me with the syntax for the old and new ...
cannot refresh datagrid content (vb .net)25 May 2005 16:48 GMT1
There is a datagrid, bound to a dataset:
Dim PartnerAdapter As Odbc.OdbcDataAdapter
Dim dataset As New DataSet
(...)
SQL OpenRowset Distributed query25 May 2005 16:29 GMT1
Anyone know how to use OpenRowset
between 2 NON-LINKED SQL Servers?
tons of examples for LINKED servers, with access, excel, etc.
none for nonlinked (it must be too easy? no examples needed?)
Best Practices with ADO25 May 2005 16:24 GMT1
Can  someboy post some best practices with ADO?? Do you know some website?
Thanks!
One recordset for every table. Is it good practice??25 May 2005 11:04 GMT2
HI people,
I have a VB application with DAO and i am migrating it to ADO. In this
application, first of all, I connect to database and I open a ado recordset
for each table in database.
Formula with Null Value from DB24 May 2005 23:15 GMT1
In the following code, the PayRS is a record set from a new (MS Access 2k)
database.  The Field (Currency)  "payment1" has no data in it yet. (If i step
through the code and rest the cursor over "PayRS!payment1", it displays
"PayRS!Payment1 = Null"
Detecting MS Jet v4.024 May 2005 01:46 GMT1
How do I detect whether or not a user has Microsoft Jet Database Engine v4.0
insalled on their system at runtime? On at least a Windows ME machine, the
presence of msjet40.dll does not tell anything. On that system (clean
install), that file exists, but MS Jet Database Engine v4 ...
Pages: 1 2 3 4 5 6 7 8 9 10 April, 2005
 
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.