From: Matt Brown Date: Sat, 14 May 2011 19:21:49 +0000 (+0000) Subject: Replaced .net user controls under rico3/plugins/dotnet with a single .net server... X-Git-Url: https://git.infodrom.org/?p=infodrom%2Frico3;a=commitdiff_plain;h=d202a5ee7350f9a1074f2e4f34e95c1938d10f8c Replaced .net user controls under rico3/plugins/dotnet with a single .net server control under rico3/bin. This allows the rico3 directory to be set as an "application" in IIS and the .net examples will run without modification. git-svn-id: svn://svn.code.sf.net/p/openrico/code/trunk/rico3@80 53df2df2-7ab5-4331-af62-ea79255fa4e2 --- diff --git a/bin/Rico.dll b/bin/Rico.dll new file mode 100644 index 0000000..f244c5d Binary files /dev/null and b/bin/Rico.dll differ diff --git a/examples/dotnet/dbConnect.ascx b/examples/dotnet/dbConnect.ascx index cdd9fa4..ce40d29 100644 --- a/examples/dotnet/dbConnect.ascx +++ b/examples/dotnet/dbConnect.ascx @@ -9,7 +9,7 @@ Public dbConnection as object, accessRights as string Public LastErrorMsg as String Public defaultDB as String = "Northwind" -Public const dbDialect = "TSQL" ' What kind of database are we connecting to? +Public const dbDialect = "Access" ' What kind of database are we connecting to? Public Function OpenDB() diff --git a/examples/dotnet/ex2editfilter.aspx b/examples/dotnet/ex2editfilter.aspx index ebf33e4..502d0ab 100644 --- a/examples/dotnet/ex2editfilter.aspx +++ b/examples/dotnet/ex2editfilter.aspx @@ -58,7 +58,7 @@ Updates are disabled on the database, so you will get an error message if you tr - + @@ -66,7 +66,7 @@ Updates are disabled on the database, so you will get an error message if you tr - +