473,385 Members | 1,370 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Mono mySql Demo


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
Jul 21 '05 #1
9 2144
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.
Jul 21 '05 #2
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
Jul 21 '05 #3
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.
Jul 21 '05 #4
The Ghost In The Machine wrote:
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.


xslt is too lame compared to JSP 2's custom tag, which is even eaiser
to code.

Jul 21 '05 #5
The Ghost In The Machine wrote:
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.
I built another example of ajax at work, but using a java servlet running on
Weblogic 8. That's an avenue I need to explore more...
Mozilla Firefox has no problem interpreting stylesheets. IE has
some issues but does work for the simpler stuff.


IE is dead. I would only build for Firefox.
Jul 21 '05 #6

John Bailo wrote:
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


Your link does not work as usual.

Also, your website now appears to be Apache win32.

I suggest you forget about Linux advocacy for now,
and get back to your real love, Windows. I
am sure you won't be able to get that to work too.

Jul 21 '05 #7
The Bailo Idiot wrote:
John Bailo wrote:


Yes, you truly are the "Bailo Idiot" -- because all you do all day is
badger me.

I love having my own personal Fool, it makes me feel like a King!

--
Texeme
http://texeme.com
Jul 21 '05 #8
In comp.os.linux.advocacy, * * * Y o u r . S h e p h e r d . A q u i l a . D e u s . ( d 2 0 0 5 x x , d 2 0 0 4 x x , d 2 0 0 3 x x ,
<aq*********@gmail.com>
wrote
on 9 May 2005 22:00:55 -0700
<11**********************@f14g2000cwb.googlegroups .com>:
The Ghost In The Machine wrote:
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.


xslt is too lame compared to JSP 2's custom tag, which is even eaiser
to code.


I'll agree that JSP is easier to code. One has to wonder at times.

--
#191, ew****@earthlink.net
It's still legal to go .sigless.
Jul 21 '05 #9
The Bailo Idiot wrote:
John Bailo wrote:
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


Your link does not work as usual.

Also, your website now appears to be Apache win32.

I suggest you forget about Linux advocacy for now,
and get back to your real love, Windows. I
am sure you won't be able to get that to work too.


You're an useless and sad idiot.

Jul 21 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: John Jessen | last post by:
I need to output data from a number of MySQL tables in a csv-format where I first have a header line, then a number of order lines, a new header line, etc. What I need is advise on a tool to do...
4
by: Shaun Campbell | last post by:
I know you're going to say search the mail archives, but I have and I can't find an answer to my simple question of is there an SQL statement to load an image in a .jpg file into a database table?...
10
by: VisionSet | last post by:
Is my understanding of the MySQL license correct for this situation? If I write software that uses MySQL as in client/server. I can distribute both together commercially so long as I make it...
0
by: joe | last post by:
I am writting a webmail client using mysql as the backend. I wrote the scripts using a table for each separate user. I am thinkig about putting all users in one table. the table structure now is...
15
by: john bailo | last post by:
It's not out yet, but due this month: Developing on Linux with C# and .Net: The Mono Project by Daniel Solin Paperback, October 2003 It's definitely in my shopping cart!
9
by: John Bailo | last post by:
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...
1
by: no-email | last post by:
Hi, Below is a bunch of programs to demo the basic sql commands. Suggestions on possible improvements will be appreciated. <?php // mysql-demo.php include ("connectdb.php"); $setSQL="SET...
11
by: Jane | last post by:
Hi, I need some help (php rookie) to build a thumbnail page using php. I'v a mysql database containing links to the original image files. No thumbnails created so far. It would be nice when...
1
cpiyush
by: cpiyush | last post by:
Hello, I am trying to insert values in a MySQL table using Python as front end, but facing this problem. table structure:-(Name:- namespace) Fields prifex-----------------varchar(20)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.