Tagged Questions

0
votes
0answers
6 views

Change subsonic connection string dynamically

Problems Background (you can skip to the question) I have many ASP.Net websites which are same application. different database but same schema, in the same SQL Server. The admini …
1
vote
4answers
509 views

Connecting to Informix database from .Net

What's the best way to connect to a Informix database from .Net? I'm developing a client-server application based on a legacy Informix DB which used to be connected by JDBC. I ne …
0
votes
0answers
13 views

how to access two different database from single web application

how to access two different database from single web application using asp.net . can u suggest me a solution
1
vote
2answers
34 views

How to correctly use ResultSet with h:dataTable

Hey there, The problem is, that after displaying the ResultSet with h:dataTable, the connection is left open. If I close it, it closes the ResultSet too. I'm thinking about copyin …
1
vote
2answers
50 views

ORM Technologies vs JDBC ?

Hi, My question is regarding ORM and JDBC technologies, on what criteria would you decide to go for an ORM technology as compared to JDBC and other way round ? Thanks.
0
votes
4answers
48 views

How do I schedule regular database clean up tasks in Classic ASP?

Hi, I have a Classic ASP site, that requires some database tables to be emptied out of session data on a schedule. This system doesn't have access to scheduled tasks (it's on a s …
2
votes
3answers
140 views

Firebird, which driver?

Now that I have decided upon Firebird, with the help of StackOverflow :), which driver do you recommend? Delphi's DBX Another vendor's DBX Some native driver Thanks.
1
vote
3answers
55 views

How to handle several DB schemas with Hibernate?

In one of my projects, I have an application that manages several clients (or customer if you prefer). For each of them, I have a dedicated schema on a database. However, the appli …
0
votes
1answer
49 views

“QSqlDatabase ob” crashes in QT!!!

in my development pc, the line "QSqlDatabase ob" doesn't crash & works just fine. But in a fresh pc moved the exe and it crashed but if i comment the above line and prepare the …
0
votes
1answer
29 views

PDO constructor very slow (mysql)

This bit of code is taking almost a half second to execute. Could somebody help me with some reasons this could be happening and some possible solutions? If it matters, the DB is …
0
votes
2answers
48 views

VS2008 adding SQL Server Database (SQL Server 2008 Mgmt Studio) not working

I'm trying to practice using the ASP.Net MVC at home, but I ran into an impossible problem. I cannot open a connection to SQL Server 2008, I get this error: "Connections to SQL Ser …
0
votes
1answer
67 views

Connecting to multiple databases in MVC web application

Hey Guys, How to connect to different databases for a .NET MVC web application written in C#? Here the stucture of the database table remains the same. All that changes is the da …
0
votes
1answer
48 views

Hibernate: Connect to MySQL without Username or Password

I am developing a hibernate application that connects to a MySQL database. The customers would like to only specify a connection string, ie: jdbc:mysql://username:passwd@server: …
1
vote
3answers
89 views

What happens when NOT closing recordsets in classic asp?

In legacy applications at work, i see not closed recordsets scattered on lots of pages. What consequences does this have? Does the connection close automatically? Are resources r …
0
votes
4answers
746 views

open Microsoft.practices.EnterpriseLibrary database with just a connection string

Good afternoon, I am using the Microsoft.Practices.EnterpriseLibrary Database tools and I'm having trouble creating a new Database using JUST the connection string information. I …

1 2 3 4 5 10 next
15 30 50 per page