database-connection
mysqlpp connect method timeout - how can I control it?
I\'m trying to control the connect method timeout, but I didn\'t find the appropriate mean. Just to be clear, I\'m not talking about the Idle connection timeout(ConnectTimeoutOption).[详细]
2023-03-14 14:05 分类:问答JDBC 4.0 - MS SQL 2005 - how to insert image from Java app?
I just downloaded the microsoft jdbc mssql driver to try connect my test app... The lib contains so many methods so I have confused开发者_运维问答 ... There is a BLOB and InputStream can be used but I[详细]
2023-03-14 10:48 分类:问答How to connect to mysql using mysql connector via C# without actually installing the connector
We have a dot net 2.0 based C# product which uses Mysql as the data storage. When we install the mysql connector 6.3.6 on the XP/Win 7 machine, we are able to connect to the database from the C# code[详细]
2023-03-14 00:53 分类:问答MS SQL Server 2005 Express x86 - its port is unreachable - help
I have just installed the MS SQL Server 2005 Express and, of course, I am trying to connect it with my test app but the thing is ... for some reason I cannot connect it[详细]
2023-03-13 14:38 分类:问答Get the hostname from a DataSource class
Is there a way to get the hostname from the DataSource class in java? I mean, I have a DataSource object (DS), which is annotated to get the Jboss datasource. Anyway, I want to开发者_JAVA百科 get the[详细]
2023-03-13 00:40 分类:问答Best way to do nothing until things are connected in C#
I was reviewing the code to connect to the DB i开发者_开发百科n one of the applications that I\'m working on and I saw this[详细]
2023-03-12 21:50 分类:问答Why do I keep losing connections in my SSIS package?
I have a very simple SSIS package where开发者_Python百科 I take data from a view in Oracle, minimally transform it with a script component, and load that into a table in SQL Server 2008.[详细]
2023-03-12 19:28 分类:问答How to connect to MySQL from within Drupal
I need to connect to mysql database and select some records in Drupal 7. How can I do it from within Drupal 7.[详细]
2023-03-11 19:31 分类:问答Calling Connection.Close/Dispose in finaliser
I\'ve always called Connection.Close in the finally block, however I learned today you aren\'t supposed to do that:[详细]
2023-03-11 16:37 分类:问答Rails database connection in initializer or environment code
I\'ve been trying to get an app hosted on EngineYard, and have run into a problem connecting to an an external database (not hosted on engineyard).[详细]
2023-03-11 10:15 分类:问答