Database Connectivity Questions and Answers

Recent IT Questions

21 - 40 of 53

Macromedia Dreamweaver Dataset problem

Hi, I'm new to web development and I'm working my way through the Dreamweaver manual (also in the PDF). It was going well well until I hit the wall in "Chapter 5 Developing a Web Application" (Page 69-82). My problem.... I can't seem to get "Live Data View" to work (bottom of P.66 in the PDF)...

asked by Thomas1234

  5 pts.

Dynamic/Data-driven page creation and content

Hello! Sort of a "newbie", so please forgive the ignorance. I want to be able to build a page (and edit screen) dynamically, based on some mechanism of persistable per-control screen location/formatting/field masking information - storeable/retrievable as a "unit", representing a particular...

Answer Question   |  Feb 28 2009  9:00 PM GMT
ASP, Ajax, Silverlight
asked by Galaxis

  5 pts.

MySQL and JSP connection

I hosted my site and I got the mysql server. Now, I want to connect it with the jsp pages . I am not understanding how to use ip address in connection string and while creating DSN i used my local server that is tomcat. But my website is in linux server. Will it create a problem.

View Answer   |  Feb 25 2009  5:44 AM GMT
MySQL, JSP, Apache Tomcat
asked by Advancedjava

  25 pts.

Website and database connection

can anybody tell me how to connect the MS sql database with the jsp pages....I got the ip address and username with the password...I know how to connect it in a local system...but I dont know how to connect it with the database in the web server....Please help me to solve this matter

View Answer   |  Feb 20 2009  12:29 AM GMT
SQL Server, JSP, SQL Server connectivity
asked by Advancedjava

  25 pts.

SQL Server does not exist or Access Denied Error

I have a VB.Net app which connect to a SQL Server database, just recently the technical guys removed the DNS server from the network for maintenance. and now my application cannot see the SQL server. I can ping it using its IP address and it responds but even if I configure my application to use...

View Answer   |  Feb 16 2009  12:23 AM GMT
SQL Server, VB.NET, Database connectivity
asked by Sanisto

  35 pts.

Unable to import data using DSN file from SQL Server to Microsoft Excel or Access?

hi ALL, i have a strange situation, there is few people who is not able to load data from sql server using dsn file. I have used correct method, i have used odbc driver -sqlserver... i believe every thing should be fine. I have check the access permission for that user. that is not the issue....

asked by Sagar2000

  5 pts.

ASP.NET and Multiple Access Databases Open

Dear Colleagues Please could you help me? Is it possible to have an ASP .Net Web application with multiple (7) large MS Access 2000 databases open simultaneously. When I heard this I was surprised because there could be dozens of users each using up to 7 large and disparate Access databases...

View Answer   |  Feb 7 2009  10:13 PM GMT
ASP.NET, Microsoft Access, Database connectivity
asked by Hessm003

  5 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.

How to make installer of VB.NET including SQL Server 2000?

I had done my project in vb.net with sql server 2000 but it's installer doesn't work properly as it displays the message unexcepted error while connecting to the database.I know setup and deployment in vb.net but doesn't working please help me.I am stuck in here.thanks in advance.

View Answer   |  Feb 3 2009  11:32 AM GMT
Setup and deployment, SQL Server 2000, VB.NET
asked by Rebi977

  45 pts.

Crystal Reports OBDC (Oracle)

I created an OBDC on the client to link into the Oracle server, and using it in Crystal report, I can only see the system tables, but not the database table. Using the same obdc in Access application, I can see and am able to link all the tables. Do anyone know why is that I can't see the...

View Answer   |  Feb 1 2009  11:06 PM GMT
ODBC, Oracle connectivity, Crystal Reports
asked by Askme

  5 pts.

Connecting to Oracle with Visual Basic 2005?

what are "oracle" version to connect "visual basic 2008","visual basic 2005" and "visual basic 6.0" ? whether it's possible to connect "oracle9i" and "visual basic 2005" ? please solve my Q..........

asked by Amarpdy88

  20 pts.

Database connectivity using Data Control

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

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

  10 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.

How to connect PowerBuilder 10 with Microsoft SQL Server?

connect Powerbuilder 10 with Microsoft SQL??

Answer Question   |  Dec 17 2008  6:43 AM GMT
PowerBuilder, RAD, Rapid Application Development
asked by Matiusk

  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.

Database offline vs Database stopped vs Database network disconnected?

How Database Offline is different from Database Stopped? How Database Offline is different from DB network disconnection? How Database Stopped is different from DB network disconnection? Appreciate your help.

View Answer   |  Dec 3 2008  4:51 AM GMT
Oracle, DB2, Network connectivity
asked by Saimadhu

  370 pts.

Connect DBF

How can i connect DBF By VB.NET

View Answer   |  Nov 21 2008  5:02 AM GMT
Visual Basic, VB.NET, Visual Basic .NET
asked by Pongkgkkk

  5 pts.

ODBC connectivity to Oracle 10g database from an Oracle 6i client

Talking through VB Code from a Oracle 6i Client to a 10G database using ODBC.

View Answer   |  Nov 13 2008  11:34 AM GMT
Visual Basic, Open Database Connectivity, ODBC
asked by Ronneyrajapathirana

  5 pts.

Data retrieval from TextBox and insert in to database

Hi i am learning c#2008 and asp.net3.5. I want to get data from my textbox control and insert it in database so i cant find any source code or presentation so please tell me how to do it or give me site address where i can find this Thanks

View Answer   |  Nov 10 2008  10:33 AM GMT
ASP.NET, Database programming, SQL Server 2005
asked by Nimitparmar1987

  5 pts.

Oracle, MySQL connectivity by HSODBC

Hello, We have tried to connect with MySQL from Oracle 10g Rel.2 through HSODBC and getting the following error: ERROR at line 1: ORA-28545: error diagnosed by Net8 when connecting to an agent Unable to retrieve text of NETWORK/NCR message 65535 ORA-02063: preceding 2 lines from MYSQLDB Both...

View Answer   |  Oct 26 2008  6:04 AM GMT
Oracle, MySQL, Solaris
asked by Shafiqurrahmanbappy

  5 pts.

21 - 40 of 53