单声道mySql演示 [英] Mono mySql Demo

查看:135
本文介绍了单声道mySql演示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



从mySql表中检索表到Datagrid。

在Suse Linux系统上使用mono asp.net:

http://texeme.com/AspNetOnApache/Presidents1.aspx


显示aspx.net源代码。


-

Texeme Construct
http://texeme.com

解决方案

在comp.os.linux.advocacy中,John Bailo

< ja ***** @ texeme.com>

写了

on Sun,2005年5月8日23:17:35 -0700

< Xc ******************** @ speakeasy.net> ;:


将mySql表中的表检索到Datagrid中。

在Suse Linux系统上使用mono asp.net:

http://texeme.com/AspNetOnApa che / Presidents1.aspx

显示aspx.net源代码。




搞定它。您的页面应该以:


<?xml version =" 1.0" encoding =" UTF-8"?>

<?xml-stylesheet href =" stylesheet.xsl" type =" text / xsl"?>

<!DOCTYPE SYSTEM SYSTEM>

< something>

< name id = QUOT 1 QUOT;的firstName = QUOT;乔治"的lastName = QUOT;华盛顿" />

< name id =" 2"的firstName = QUOT;亚伯拉罕"的lastName = QUOT;林肯" />

< name id =" 3"的firstName = QUOT;詹姆斯"的lastName = QUOT;波克" />

< / something>


和stylesheet.xsl应将其转换为最终形式。 JSP和

ASP就是这么......过时了。 :-)


退房,例如,strutscx。


-

#191, ew **** @ earthlink.net

去.sigless是合法的。


The Ghost In The Machine写道:

Get with it man。您的页面应该以:

<?xml version =" 1.0" encoding =" UTF-8"?>
<?xml-stylesheet href =" stylesheet.xsl" type =" text / xsl"?>
<!DOCTYPE SYSTEM SYSTEM>
< something>
< name id =" 1"的firstName = QUOT;乔治"的lastName = QUOT;华盛顿" />
< name id =" 2"的firstName = QUOT;亚伯拉罕"的lastName = QUOT;林肯" />
< name id =" 3"的firstName = QUOT;詹姆斯"的lastName = QUOT;波克" />
< / something>

和stylesheet.xsl应将其转换为最终形式。 JSP和
ASP就是这样......过时了。 :-)

退房,例如,strutscx。




感谢您的提示......但您如何建议我生成首先来自

数据库的XML ...你建议使用ExecuteXMLReader()吗?


-

Texeme
http://texeme.com

在comp.os.linux.advocacy中,John Bailo

< ja ***** @ texeme.com>

写道

于2005年5月9日星期一15:33:01 -0700

< h5 ******************** @ speakeasy。 net>:

The Ghost In The Machine写道:

Get with it man。您的页面应该以:

<?xml version =" 1.0" encoding =" UTF-8"?>
<?xml-stylesheet href =" stylesheet.xsl" type =" text / xsl"?>
<!DOCTYPE SYSTEM SYSTEM>
< something>
< name id =" 1"的firstName = QUOT;乔治"的lastName = QUOT;华盛顿" />
< name id =" 2"的firstName = QUOT;亚伯拉罕"的lastName = QUOT;林肯" />
< name id =" 3"的firstName = QUOT;詹姆斯"的lastName = QUOT;波克" />
< / something>

和stylesheet.xsl应将其转换为最终形式。 JSP和
ASP就是这样......过时了。 :-)

退房,例如,strutscx。



感谢您的提示...但您如何建议我从<生成XML数据库首先......你建议使用ExecuteXMLReader()吗?




我现在不能说,因为你是使用C#。在Java中,有一些公平的方法,从XStream到前面提到的strutscx。


Mozilla Firefox解释样式表没有问题。 IE有一些问题,但确实适用于更简单的东西。


-

#191, ew **** @ earthlink.net

继续使用.sigless是合法的。



Retrieves a table from a mySql table into a Datagrid.

Uses mono asp.net on a Suse Linux system:

http://texeme.com/AspNetOnApache/Presidents1.aspx

Shows aspx.net source code.

--
Texeme Construct
http://texeme.com

解决方案

In comp.os.linux.advocacy, John Bailo
<ja*****@texeme.com>
wrote
on Sun, 08 May 2005 23:17:35 -0700
<Xc********************@speakeasy.net>:


Retrieves a table from a mySql table into a Datagrid.

Uses mono asp.net on a Suse Linux system:

http://texeme.com/AspNetOnApache/Presidents1.aspx

Shows aspx.net source code.



Get with it man. Your pages should start with:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="stylesheet.xsl" type="text/xsl"?>
<!DOCTYPE something SYSTEM>
<something>
<name id="1" firstName="george" lastName="Washington" />
<name id="2" firstName="Abraham" lastName="Lincoln" />
<name id="3" firstName="James" lastName="Polk" />
</something>

and stylesheet.xsl should convert it to its final form. JSP and
ASP are just so ... passe. :-)

Check out, for instance, strutscx.

--
#191, ew****@earthlink.net
It''s still legal to go .sigless.


The Ghost In The Machine wrote:

Get with it man. Your pages should start with:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="stylesheet.xsl" type="text/xsl"?>
<!DOCTYPE something SYSTEM>
<something>
<name id="1" firstName="george" lastName="Washington" />
<name id="2" firstName="Abraham" lastName="Lincoln" />
<name id="3" firstName="James" lastName="Polk" />
</something>

and stylesheet.xsl should convert it to its final form. JSP and
ASP are just so ... passe. :-)

Check out, for instance, strutscx.



Thanks for the tip...but how do you suggest I generate the XML from the
database in the first place...are you suggesting using ExecuteXMLReader()?

--
Texeme
http://texeme.com


In comp.os.linux.advocacy, John Bailo
<ja*****@texeme.com>
wrote
on Mon, 09 May 2005 15:33:01 -0700
<h5********************@speakeasy.net>:

The Ghost In The Machine wrote:

Get with it man. Your pages should start with:

<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="stylesheet.xsl" type="text/xsl"?>
<!DOCTYPE something SYSTEM>
<something>
<name id="1" firstName="george" lastName="Washington" />
<name id="2" firstName="Abraham" lastName="Lincoln" />
<name id="3" firstName="James" lastName="Polk" />
</something>

and stylesheet.xsl should convert it to its final form. JSP and
ASP are just so ... passe. :-)

Check out, for instance, strutscx.



Thanks for the tip...but how do you suggest I generate the XML from the
database in the first place...are you suggesting using ExecuteXMLReader()?



I can''t say at this time, since you''re using C#. In Java there are a fair
number of methods, from XStream to the aforementioned strutscx.

Mozilla Firefox has no problem interpreting stylesheets. IE has
some issues but does work for the simpler stuff.

--
#191, ew****@earthlink.net
It''s still legal to go .sigless.


这篇关于单声道mySql演示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆