зеркало из https://github.com/mono/mail-archives.git
82 строки
3.4 KiB
HTML
82 строки
3.4 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||
|
<HTML>
|
||
|
<HEAD>
|
||
|
<TITLE> [Mono-osx] asp.net database coding with vmware alternative
|
||
|
</TITLE>
|
||
|
<LINK REL="Index" HREF="index.html" >
|
||
|
<LINK REL="made" HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20asp.net%20database%20coding%20with%20vmware%20alternative&In-Reply-To=">
|
||
|
<META NAME="robots" CONTENT="index,nofollow">
|
||
|
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||
|
<LINK REL="Previous" HREF="001487.html">
|
||
|
<LINK REL="Next" HREF="001489.html">
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="#ffffff">
|
||
|
<H1>[Mono-osx] asp.net database coding with vmware alternative</H1>
|
||
|
<B>Bill Nalen</B>
|
||
|
<A HREF="mailto:mono-osx%40lists.ximian.com?Subject=%5BMono-osx%5D%20asp.net%20database%20coding%20with%20vmware%20alternative&In-Reply-To="
|
||
|
TITLE="[Mono-osx] asp.net database coding with vmware alternative">nalenb at mac.com
|
||
|
</A><BR>
|
||
|
<I>Tue Jun 24 17:12:28 EDT 2008</I>
|
||
|
<P><UL>
|
||
|
<LI>Previous message: <A HREF="001487.html">[Mono-osx] Problem with winforms ListBox on OS X
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="001489.html">[Mono-osx] asp.net database coding with vmware alternative
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#1488">[ date ]</a>
|
||
|
<a href="thread.html#1488">[ thread ]</a>
|
||
|
<a href="subject.html#1488">[ subject ]</a>
|
||
|
<a href="author.html#1488">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
<HR>
|
||
|
<!--beginarticle-->
|
||
|
<PRE>I have a bunch of regular web applications that I'm working on.
|
||
|
Currently I'm using vs.net 2008 in vmware's Fusion. While this works
|
||
|
and development with vs.net 2008 is pretty quick, I hate having to run
|
||
|
vmware. I'd rather just use Xcode and I've setup a solution using a
|
||
|
makefile and a shell script to launch xsp2. I get by doing it this way
|
||
|
but it's a lot of work since I'm used to vs.net helping a lot. I can
|
||
|
get by with almost everything (no debugger, bad highlighting, no code
|
||
|
completion, etc.) but the database part seems to cause me the most pain.
|
||
|
|
||
|
My web applications currently talk to a SQL Server database, the
|
||
|
express version while I'm in vs.net 2008 and the regular version when
|
||
|
I deploy. I'd like to hear if anyone has a solution to hooking to a
|
||
|
database on OS X. My solutions so far are to:
|
||
|
1. connect to our test sql server database on the web. Works fine but
|
||
|
it means I have to be connected to do work
|
||
|
2. use a local mysql database. Works okay too, but it means I have to
|
||
|
have a class that hooks to either database since their sql statements
|
||
|
are not 100% compatible and I have to maintain another database with
|
||
|
less than optimal tools on OS X (sql grinder).
|
||
|
|
||
|
Any other suggestion?
|
||
|
|
||
|
Thanks
|
||
|
Bill
|
||
|
|
||
|
</PRE>
|
||
|
|
||
|
|
||
|
<!--endarticle-->
|
||
|
<HR>
|
||
|
<P><UL>
|
||
|
<!--threads-->
|
||
|
<LI>Previous message: <A HREF="001487.html">[Mono-osx] Problem with winforms ListBox on OS X
|
||
|
</A></li>
|
||
|
<LI>Next message: <A HREF="001489.html">[Mono-osx] asp.net database coding with vmware alternative
|
||
|
</A></li>
|
||
|
<LI> <B>Messages sorted by:</B>
|
||
|
<a href="date.html#1488">[ date ]</a>
|
||
|
<a href="thread.html#1488">[ thread ]</a>
|
||
|
<a href="subject.html#1488">[ subject ]</a>
|
||
|
<a href="author.html#1488">[ author ]</a>
|
||
|
</LI>
|
||
|
</UL>
|
||
|
|
||
|
<hr>
|
||
|
<a href="http://lists.ximian.com/mailman/listinfo/mono-osx">More information about the Mono-osx
|
||
|
mailing list</a><br>
|
||
|
</body></html>
|