well I need to have access since another place (using internet) but I don\'t have another PC for I see if this is OK ... I do have the connection since here myself computer, but I am going to need if
well I need to do 2 applications, one to users registers theirself (where the server is) and the another application is for the administrador can see who has register, but he doesn\'t have time to go
I\'ve tried literally 50+ different attempts at my connection string for my local database and nothing seems to work. I\'m essentially just trying to open a connection the database file so I can dump
Good day. I\'m busy with a new website, but I am caught in a slight tangle. How can I set up my data source in my web.config file to access the database listed in App_Data?
For given Connection instance how do I find out url that the Connection uses to connect the database ? Is it somewhere in Properties returned by Connection.getClientInfo() method?
For ease of distribution I want all the mysql linked tables to be DSN-less. I also want to be able to relink the tables to a different server easily (for test purposes), so I\'m doing the link setup i
I\'m working with a device (barcode printer) that can connect to a database to retrieve some of it\'s information. I want to host SQL Server Compact开发者_如何学C Edition on the PC that is talking to
ASP.Net ConnectionStrings have persistent pooling on by default, and SQL Server default has a 600 second Remote query timeout. I assume that for a pooling at works each pooling connection would stay o
I\'m developing a simple project.In this project i\'m using n no of jsp pages and servlets to interact with the database. How i have to write the connection string. Presently i written the connection
I\'m using SQL server and web developer(C#). I know I should do something with my connection string, but I don\'t e开发者_高级运维xactly what and where I should do that.