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 / February 2008



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
DAO reference / Access 200728 Feb 2008 00:24 GMT1
while using an Access 2007 .accdb file I can access the dao. object very
easily.
the following code in VBA works well :
Function getrecordcount(strTableName As String) As Long
vb database and internet27 Feb 2008 21:54 GMT4
I have a new project to use VB as front end.
I would like to know does professional version support ADO and SQL server
backend and web base application?
If yes, then how much will be cost?
Compare two Recordsets27 Feb 2008 17:58 GMT7
I have an Microsoft Access Subform, where I delete some Records at once.
To enumerate the deleted records, I take two RecordSetClone of the form.
The first before deleting. (Set rstBefore = Me.RecordSetClone)
The second after deleting. (Set rstAfter = Me.RecordSetClone)
Are "joined" recordsets updateable?26 Feb 2008 19:45 GMT3
In one of my VB6 programs, there are several text boxes on a form that
are tied to an ADO Data control with the following SQL statement to
connect the Data control to a table in an SQL Server database:
Adodc_Projects.RecordSource = "SELECT * FROM Projects ORDER BY JobNum"
VB 2008 Professional and SQL Express Questions26 Feb 2008 17:45 GMT4
I am a beginner and having difficulty understanding some database connection
related issues. I started off with VB Express 2005/2008 and have moved to VB
2008 Professional (The trial edition currently).
1. In VB Express when connecting to a database I was given a choice as to
Must declare the scalar variable25 Feb 2008 19:14 GMT2
I am running an Update routine that calls a function.  It appears that the
function never executes because I receive:
Must Declare The Scalar Variable @Country.  
Code:
VFP OLE DB error "function not implemented"25 Feb 2008 17:43 GMT1
Writing a VB6 program to update VFP tables.  I need to update some date
fields and get the error 'function not implemented' when using syntax such
as:
update table1 set datefield1=ctod('2006/04/16') where criteria1=value1
Asynchronous backup21 Feb 2008 05:32 GMT3
I'm trying to backup a database but I want the process to be run in
the background so it doesn't lock up my program. I am doing the
following inside a class, it backs up the database in the background
just fine but it never fires ExecuteComplete. Any idea why??
Help plz: DataRow19 Feb 2008 12:13 GMT1
Guys,
I have declared 2 dataRows and assigned New daraRows as below.
Dim aRow as DataRow
aRow = OutFormat.DataSet.Tables("demotbl").NewRow  '*** Point 1
Can't Find Installable ISAM on some installations14 Feb 2008 15:06 GMT6
I have a program written with VB6, using DAO and Intrinsic Data control
The Setup is written in InstallShield 2008 and includes the MDAC 2.6 merge
models.
Normally all works fine, but on some of my customers installations (German
VB app connect THROUGH local proxy to a remote SQL instance13 Feb 2008 21:01 GMT3
I have a VB.net app that connects to a remote SQL server via TCP/IP. Most
folks can connect just fine. However some enterprise users are in a
corporate environment that will only allow connections through a corporate
proxy server.
about ADO vb and semi colon13 Feb 2008 18:45 GMT3
Iuse ADO and I would like create automaticly a table in access with a text
file I use
semi-colon (;)
exemple
update after insert does not find records13 Feb 2008 09:12 GMT5
SQL Server 2005, VB.NET 2005...
In a cross database query, when I insert a set of records, then in a
subsequent query attempt to update those records, the update fails to see
the newly added records.
Identifying empty Active Directory attribute Values12 Feb 2008 21:38 GMT1
I am trying to extract user data from Active Directory and locate it in an
offline Access database for reporting. The problem I have is when I came
acrsoss an object where an attribute is empty.
I tried to trap this with an isDBnull call (as below) but this does not
Can't get asp.net program to work with dbase level 7 files12 Feb 2008 17:17 GMT2
  I've been on the newsgroups for days now looking for an answer to
this problem. While I've had limited success reading dbf level 7 files
something always goes wrong once I make it more complicated. For
instance I was able to read in a dbf table using ODBC and even able to
Pages: 1 2 January, 2008
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 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.