简体   繁体   English

如何连接数据库SQL服务器

[英]How to connect with database SQL server

I have a task to develop the application, with the help of the SQL server remote database.我有一项任务是在 SQL 服务器远程数据库的帮助下开发应用程序。

I have tables created in the SQL server and I have to develop the application with posting the data to SQL server from mobile.我在 SQL 服务器中创建了表,并且必须通过将数据从移动设备发布到 SQL 服务器来开发应用程序。 I don't know any type of how it works with SQL server I have work with PHP but I have no idea of SQL server.我不知道它如何与 SQL 服务器一起工作 我使用 PHP 但我不知道 SQL 服务器。

So please help me if it possible and send me the sample code so I can develop it in a batter way.因此,如果可能,请帮助我并将示例代码发送给我,以便我可以以一种更好的方式开发它。

I have an SQL Server database in the remote server.我在远程服务器中有一个 SQL Server 数据库。

If it's Java, you'll need JDBC:如果是 Java,则需要 JDBC:

http://download.oracle.com/javase/tutorial/jdbc/ http://download.oracle.com/javase/tutorial/jdbc/

And here's Microsoft-specific info:这是 Microsoft 特定的信息:

http://support.microsoft.com/kb/313100 http://support.microsoft.com/kb/313100

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM