Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I wanna connect to aspnetdb but it makes an error says \"Login failed for user\" this is the connection string in web 开发者_开发技巧config :
I have a Gui running on a server with the IIS and the SQL database both on the same machine. 开发者_Go百科I have this connectionstring in the webconfig.
I\'m unable to connect Oracle 10g database.I am getting exception java.lang.ClassNotFoundException:oracle.jdbc.driver.OracleDriver
I need to run a piece of Java code which builds a complex SQL query. I know how to call the Java methods from JavaScript in BIRT but how can I get a pointer to the cu开发者_StackOverflow中文版rrent DB
I\'m trying to create a drop down select option using PHP, MySQL, and ajadx I have the PHP and ajax pretty much figured out but I\'m stumped on how I should organize my tables I couldn\'t decide so I
Is there any tech out there that allows for a hosted web application to connect to a local database? For example, say I would like to write some web-based software for a popular point-of-sale solution
When I load my page I populate 开发者_运维问答my repeater with the following code. Dim conn As Data.SqlClient.SqlConnection
I am working with a swing application and the initial part of the application is \"user authentication\" ..for that module i want to authenticate(verify) the user but the problem is that my database i
Is it possible to connect to a database manually, using any set of drivers for php, in CodeIgniter?Would I just open a connection in the model?I have a need that CodeIgniter won\'t cover but I\'d like