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 / July 2004



Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
VB6 and Access 97/200019 Jul 2004 18:02 GMT1
I have a VB6 app I am developing that connects to an Access 2K DB.
Each time that I try to identify the 'RecordSource'- after identifying
the database when placing the DataControl on the form, I get the error
"Data Access Error". 'Help' takes me to: "Data Access Error (Error
Retriving and sending exe file in SQL19 Jul 2004 01:49 GMT1
hi...
i hve one question..
i would like to make a small autoupdate feature for my app...
i would make one app to store myapp.exe file in sql server... using ado
Incorrect syntax error18 Jul 2004 00:20 GMT3
I have the following code in my VBA app:
tblLotsRS.Open strSQL, gobjConnection, adOpenForwardOnly, adLockOptimistic, adCmdTable
         where strSQL = "SELECT * FROM tblLots WHERE BufferID = 1"
I cut and pasted the SQL string in a query in Enterprise Manager and ran it without a ...
New TO VB.net18 Jul 2004 00:18 GMT2
I am learning how to do a dataset in VB.net and when I go to run the program
I get an error with
InitializeComponent()
The error is
Alter Table command17 Jul 2004 20:35 GMT1
I'm trying to set up a dialog box that allows users to enter columns in a
table they've defined
However, I'm getting an error - I'm creating the SQL statment:
ALTER TABLE NewOne ADD lname varchar(50) NOT NULL
Incorrect Syntax Error17 Jul 2004 14:38 GMT2
I have the following code in my VBA app:
tblLotsRS.Open strSQL, gobjConnection, adOpenForwardOnly,
adLockOptimistic, adCmdTable
         where strSQL = "SELECT * FROM tblLots WHERE BufferID = 1"
connection VB6 with Oracle17 Jul 2004 12:01 GMT2
Something about connection VB6 with Oracle. How to make safe connection
between program written in VB6 and Oracle? I don't want to include user
connection (oracle) and password into program code, so it should be
somewhere outside. Question is where. Of course user and password ...
Retrieve marks of students stored in a tabular format in the html file17 Jul 2004 05:31 GMT1
I have marks of students stored in a tabular format in the maks.htm file (
file attached and codes included below )
Will ado of vb be able to retrieve the marks directly?
TL
EOF not set on first FIND failure17 Jul 2004 03:28 GMT7
I'm using VB 6 as part of Visual Studio 98 on a Windows 2000 SP 4
machine.  I have a VB 6 form, with a DataEnvironment that's connected to
an Access 2000 database.  There is a FIND button that performs a search
based on which of three option buttons in a control array is selected ...
Cleanly cancelling a new DB entry in MS Access?16 Jul 2004 20:56 GMT5
Does anyone know how to stop Microsoft Access coming up with the 'You can't
save this record at this time' dialog when you set Cancel = 1 on a form's
BeforeUpdate?  I'm trying to create a form where you can just add a new
record, and I'd like to have a cancel button, but obviously ...
How to check a rdoConnection16 Jul 2004 08:50 GMT2
I our application we have a global variable (rdoConnection) that we
initialize on load. This is open all the time.
   Set enOrdre = rdoEnvironments(0)
   enOrdre.CursorDriver = rdUseNone
getting updatable recordset with ADODB.Command object 16 Jul 2004 03:01 GMT4
hi gurus;
Whenever i try to get recordset from execute method of ADODB.Command object
i get readonly recordset, even though i have set Connection CursorLocation
property to adUseClient. But when I run this stored procedure with
Connection string with sa password16 Jul 2004 03:01 GMT1
My application designed with VB6.0 is connected to MS SQL Server 7.0.
Server has password for sa login. The VB code for connection is next:
Dim Conn As ADODB.Connection
Set Conn = New ADODB.Connection
Creating Attributes16 Jul 2004 01:24 GMT3
I am creating a New table via DAO. But the field named RecNum needs to have
thew attribute of AutoIncrement. How do I do this correctly??
With tdfPickTicketLog
       .Fields.Append .CreateField("Type", dbText, 8)
Connection string with sa password15 Jul 2004 23:30 GMT2
My application designed with VB6.0 is connected to MS SQL Server 7.0.
Server has password for sa login. The VB code for connection is next:
Dim Conn As ADODB.Connection
Set Conn = New ADODB.Connection
Pages: 1 2 3 4 5 6 7 8 9 10 11 June, 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.