Recent IT Questions

1 - 15 of 15
<<PREVIOUS 1 NEXT>>

Connect to Oracle 10g with VB6 using ADO

i created a query by using a query builder in oracle 10g and i want to connect it to vb 6.0 through ADO, what steps should i follow? please help me out

View Answer   |  Apr 20 2009  6:47 AM GMT
Oracle 10g, VB 6.0, ADO Connection
asked by Gasper

  5 pts.

Temporary recordset in MS Access VBA

Hi, I am using MS Access 2003 as a front end to 2 Oracle databases. I am trying to retrieve a recordset from a database through ADO/DAO, display that recordset in a Form for users to make changes, and then write the records that have been changed to a different database (i.e. I don't need to make...

View Answer   |  Feb 16 2009  6:40 PM GMT
MS Access 2003, MS Access VBA, ADO
asked by Darryn

  295 pts.

ADO connection fails after upgrading from Oracle 10g to Oracle 11g

I have an Oracle 11g database and am using ADO to communicate with it. Under 10g the ADO Connection property 'SERVER' returned the correct database name, but since upgrading to 11g, the returned SERVER name is NULL. Any ideas?

asked by OracleATE

  190 pts.

Notes rich text field to BLOB/Memo field in SQL Server using ADOdb

I have an agent that uses ADODB to connect and insert a row into a SQL Server database. I want to store the contents of the Body field in the memo (rich text) into a Memo field in the SQL Server database (or Blob field). I'm finding examples of reading this kind of data back into a Notes...

Answer Question   |  Feb 1 2009  7:40 PM GMT
SQL Server development, ADOdb, MySQL
asked by Tjarman

  90 pts.

Database connectivity using ActiveX control

Provide a sample code to how by using VB 6.0 connectivity can be done by ActiveX(ADO) Control tool with the database SQL Server 2000

Answer Question   |  Jan 6 2009  1:04 PM GMT
ADO, Visual Basic, Visual Basic 6
asked by Reena

  10 pts.

Writing vertical data to a flat (unfortunately!) table

I have an application that I need to update (written by someone else) that requires that I take data from a nice, vertical table and write them into a pre-exisiting flat table. Column 1 of the vertical table is the PK for the flat table, while there are up to 35 entries that must be written into...

Answer Question   |  Dec 12 2008  8:34 PM GMT
Microsoft Access, VBA, ADO
asked by Kingle1

  5 pts.

How to fill Combo Box at runtime in VB 6.0 ...I've used RecordSet object but rec.count of rs obj returns (-1).I hv enough data in the DB

[Private Sub Form_Load() FillCombo End Sub Sub FillCombo() Dim rs As New ADODB.Recordset, SQL As String SQL = "Select Spare_Name from Spare" rs.Open SQL, Conn, adOpenDynamic, adLockOptimistic Dim i As Integer For i = 1 To rs.RecordCount cboSpare.AddItem rs("Spare_Name") rs.MoveNext Next...

View Answer   |  Dec 6 2008  7:49 PM GMT
Visual Basic, Database programming, Visual Basic 6
asked by Spartanx

  5 pts.

Combo box question when developing a SQL database in Visual Basic 6

I am developing a SQL database using Visual Basic 6 with ADO and Microsoft Access, but in it, I have a combo box with two options - yes and no. I want the combo box, after yes or no is selected, to open another form where a user can enter other details. How would I do this?

View Answer   |  Dec 5 2008  6:20 PM GMT
Visual Basic, Microsoft Access, Visual Basic 6
asked by SQL Server Ask the Experts

  2420 pts.

How to connect Access database to a Visual Studio 2005?

i use the following code to connect and i created DSN but its not getting connected... whats my fault can anyone help me?? Dim X As ADODB.Connection Dim RS As ADODB.Recordset Dim RS1 As ADODB.Recordset i am getting underlined error in adodb.connection, adodb.recordset i think there is...

View Answer   |  Oct 2 2008  6:38 AM GMT
Visual Basic, Microsoft Access, VB 2005
asked by Rajeshbnp2000

  5 pts.

Creating database access at runtime for ADO and SQL Server

I’ve put together some code to create database access at runtime using an ADO database connection. How can I do the same for a SQL Server database?

View Answer   |  Sep 11 2008  5:46 PM GMT
ADO, SQL Server database
asked by SQL Server Ask the Experts

  2420 pts.

Setting up access rights in a SQL Server 2005 database

Hello, I'm using MS SQL Server 2005. I'm connecting to the server via ADO. I have a question about access rights. Let me explain this with an example. Let's say I have a database named DB. In DB there are 3 tables. TBL_1, TBL_2, TBL_3. I want to create a SQL Server user that will have all rights...

asked by SQL Server Ask the Experts

  2420 pts.

Access rights in SQL Server 2005 users

Hello, I'm using Ms SQL Server 2005. I'm connecting server via ADO. I have a question about access rights. Let me tell this with an example. Let's say I have a database named as DB. In DB there are 3 tables. TBL_1, TBL_2, TBL_3. I want to create a SQL user which will have all righst on TBL_1...

View Answer   |  May 11 2008  7:49 PM GMT
SQL Server security, SQL Server 2005, ADO
asked by DetayMan

  5 pts.

Query error when using application role with ADO connection

I am developing an application with an ADO connection. I need to run a query on two different databases on the same server using an application role. When I run the query I get an error \domainusername does not have a logon on database (referring to the second database). Is there any way around it?...

asked by SQL Server Ask the Experts

  2420 pts.

What more do I need to do to get instant client working with IIS?

I have installed instant client on my XP computer and am able to connect to a remote Oracle 10g server with SQL plus using this string: sqlplus myid/mypassword@//server:port/svc I have also been able to make a DSN file that connects, and have been able to connect with Visual Basic. I HAVE NOT...

Answer Question   |  Apr 10 2008  2:37 PM GMT
SQL, IIS, Oracle 10g
asked by OracleATE

  190 pts.

Logon automation

I have several programs that where written in vb6 that are now required to be automated through a scheduler. It has been a while since I coded in vb6 and need to know a way to get access to the current logged on users credentials to pass on to a database loggon. the Oracle database is NOT set up to...

View Answer   |  Jan 4 2008  2:31 PM GMT
Programming Languages, Oracle, Network connectivity
asked by Blowerycolumbus

  10 pts.

1 - 15 of 15
<<PREVIOUS 1 NEXT>>