Building updatecommand .Net 1.1 + VFPOLEDB + dBase
Thu, 04 May 2006 07:19:01 -0700
I have an originally clipper-based dbase datatable with a unique "row
serial number"-like first column. I want to make the rest of the table
updatable via a datagrid. My problem is that I can't generate the
necessary Updatecommand of the dataadapter, because the
OleDbCommandBuilder requires a table with pr ...
|
.NET 2.0 and MSFT Access DB.
Wed, 26 Apr 2006 10:59:02 -0700
Good Day Folks.
I am new to .NET and have something I would like some help with.
I have a very simple Microsoft Access DB that I would like to put onto the
ASP .NET 2.0 Web server. I would like people to be able to open a web site
that looks like a form with a few questions. I would like them to be able to ...
|
why store a user's connection string in appsettings?
23 Apr 2006 00:12:59 -0700
I'm transitioning to ado.net from ado, and I'm having a hard time with
the apparent "best practice" of storing connection strings in an
application's settings file (app.exe.config). I can't think of a single
app I've ever written where I'd want a hard-coded connection string:
the first step in most of my data- ...
|
AppSettings file="user.config" for connectionstring in .NET2.0
Wed, 19 Apr 2006 08:51:48 +0200
Hi!
To ensure that my development connectionstring wasn't the one used for our
live website I have used a development configuration file that overrides the
appsettings section. Syntax as follows:
<appSettings file="..\user.config">
<add key="ConnStr" value=" .. "/>
</appsettings>
I thought this ...
|
How to filter a dataset using relationships like a sqlcommand
Tue, 18 Apr 2006 19:17:58 -0500
Hi,
I have a dataset with many ralated datatables, i need execute filter
that gives back datarows to me that gives back to me if outside the
following SQL command.
SELECT distinct GE_SERVICE_TYPE.SERVICE_TYPE_ID,
GE_SERVICE_TYPE.DESCRIPTION
FROM PS_PACKAGE_TYPE,
CC_COMMERCIAL_PLAN,
...
|
System.IndexOutOfRangeException
Tue, 18 Apr 2006 12:10:02 -0700
I'm trying to view the data in a very basic Access Database, but after
executing the project, navigating to the form reading from the DB (with a
DataGrid via Visual C++ .NET), the application throws this error:
An unhandled exception of type 'System.IndexOutOfRangeException' occurred in
system.data.dll
...
|
Mob-ocracy and the Fall of the Republic
Mon, 17 Apr 2006 23:17:37 +0100
Are we fools? Or are we slaves? As in the film Gladiator, are we as a nation
going from free men to slaves? Would we restore the Republic? Are we even still
living in a Republic? Or a mob-ocracy? And where is our representation in
government? Frank concludes that We have gone from civilized law to "jungle law"
...
|
|
|
for sale: internetDotComs.com
Sun, 16 Apr 2006 15:31:56 +0200
domain for sale: internetdotcoms.com
http://www.afternic.com/name.php?id=11866440
...
|
How to use dbf file in Data Adapter Configuration Wizard
Sun, 9 Apr 2006 04:47:01 -0700
I am learning to use ADO.Net. I want to connect a dbf file (FoxPro). I tried
following ways without success to use dbf file for my database application.
Using Data Adapter Configuration Wizard (with OleDBAdapter);
1) while connecting dbf file with Microsoft Jet 4.0 OleDB provider it says
"connection ...
|
OracleClient Lob display through ASP
Sat, 8 Apr 2006 18:45:01 -0700
I searched for the answer to the question "How do I retrieve and display a
LOB field from Oracle using .Net?" and found nothing truely helpful. I found
information about reading in chunks of bytes and displaying the number of
bytes read, usually through a command prompt. My delima was that I have BLOB
data ...
|