English 中文(简体)
asp.net form submitting data to a mysql onache
原标题:asp.net form submitting data to a mysql on Apache server

基本上可以开始的是,甚至可能有一个表格,即像纸面上,并且能够把数据写给关于遥远的我的ql数据库。 篮子网络服务器 如果有的话? 甚至确实,在哪里开始研究!

问题回答

......

form that runs in asp.net

表格不使用“在”ASP。 NET。

您可使用伙伴关系生成一种超文本形式。 NET。 你们可以向使用伙伴关系的网络服务器提交表格数据。 数据处理网。

a. 为我的ql数据库撰写数据

ASP. 该网络拥有能够与MySQL会谈的数据库约束力。

遥远的我的仪表数据库

我的SQL可以听从网络接口,使客户能够连接网络,而不是使用当地目录。

遥远的我的仪表数据库Apache web server

我的SQL可以运行在阿帕奇服务器上。 阿帕奇不是一个运行系统。

我的SQL可以运行一个服务器,该服务器也运行阿帕奇,但随着上面的建立,阿帕奇将毫不相干。

可以用阿帕奇来管理一个网络服务(例如,在Perl、Adhurk或PHP书写),连接并询问一个当地MySQL服务器。 ASP. 该网络可以向这个网络服务机构提出请求。

ASP.NET could be used to generate a form with an action that points to a URL that is handled by an Apache server.

是的,只要你能够:

  1. Connect
  2. Authenticate
  3. Communicate (in a similar language)

你需要与有有效全权证书的数据库链接。 你们可以从中与我的我的利比里亚问题谈判。 该网络使用SQL客户。

在“理论”中,只要上述三个点得到便利,就与同一个楼内一个单独的数据库服务器交谈的网络服务器没有区别。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签