Page 2 of 2

Posted: Fri Dec 15, 2006 9:27 am
by Burrito
how about a version for c#? :D

Posted: Fri Dec 15, 2006 9:29 am
by Chris Corbyn
Burrito wrote:how about a version for c#? :D
Haha... Yeah just go mad and write one for all languages :P

Sorry I don't actually know C# and aren't likely to learn it until it becomes more universal across platforms other than windows :)

Posted: Fri Dec 15, 2006 9:54 am
by RobertGonzalez
timvw is developing in C# at the moment. Maybe he can fork it?

/ nudges timvw...

Posted: Fri Dec 15, 2006 4:30 pm
by Chris Corbyn
Beautiful :) I have install Virtue Desktops almost first thing since I liked that about Gnome (desktop switching).

Luckily it doesn't take me long to set up a new computer to my needs since I run a pretty bare system anyway :)

Posted: Fri Dec 15, 2006 4:48 pm
by Pyrite
don't suppose you know of anything like adodb for Java do you? the java.sql package sucks. no record count, no last insert id, whacked!

Posted: Fri Dec 15, 2006 6:15 pm
by Chris Corbyn
Pyrite wrote:don't suppose you know of anything like adodb for Java do you? the java.sql package sucks. no record count, no last insert id, whacked!
JDBC/java.sql.* is pretty generic stuff. Seems fine to me. Sorry, I'm not aware of an alternative. You could always build a wrapper around java.sql.* to make what you want :) Could be a little side-project ;)