On Mon, 2003-06-23 at 23:57, Maurizio Colucci wrote: > Hello, > Hi > I am writing a small ASP.NET site for an exam. I am using with xsp > from cvs. > > Everything so far seems to work fine... session management, asp:label, > asp:textbox, asp:listbox. > > Now I just need to add some mysql query. :-) > > Is it possible with xsp, or must I install apache 2? :-( Well, there's no relation between mysql, xsp, apache 2: so no you can stay with xsp. What you need to use is ADO.NET (http://go-mono.org/ado-net.html). > Some quick starter/examples/pointers-to-existing-docs? Check the page on mysqlnet provider for a brief example on how to use ado.net to access data, then you may read something on msdn (http://msdn.microsoft.com)
> > Thanks! > > Maurizio > > > > > > > _______________________________________________ > Mono-list maillist - [EMAIL PROTECTED] > http://lists.ximian.com/mailman/listinfo/mono-list -- Marco Canini <[EMAIL PROTECTED]> _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
