| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Hello,
I am receiving the following error when trying to call an Oracle stored
procedure inside of a package - PLS-00306 wrong number or types...
dave_93_98@yahoo.com
|
09-12-2006 08:42 PM
dave_93_98@yahoo.com | 0 | 11 |
|  | I am using the Oracle Data adapter and calling a stored procedure that does a
select of a table and returns it.
I get this error: Decimal's scale...
Oldman
|
09-12-2006 04:01 PM
Cowboy \(Gregory A. Beamer\) | 3 | 23 |
|  | Hi,
I have a web app that is intermittently throwing "Thread was being aborted."
errors in my data access component. This seems to occur when the app...
Keith F.
|
09-12-2006 02:43 PM
dstefanov | 4 | 22 |
|  | My codes blowing up with the "Thread was being stopped" exception when I try
to create a data connection. Here's the line of (MS VC++ .NET 2003)...
Daniel Wilson
|
09-12-2006 12:44 PM
Daniel Wilson | 2 | 13 |
|  | I want to roll out an update that will update my users databases from Access
to SQL Server. Now, I have the scripts all written that will create all...
0to60
|
09-12-2006 08:59 AM
Cowboy \(Gregory A. Beamer\) | 1 | 10 |
|  | Hi!
I use an ADO DataSet with DataTables having lots of columns using
expressions (mainly for the purpose of making visible Master entries in
Detail...
AxelHecker
|
09-12-2006 08:09 AM
AxelHecker | 0 | 11 |
|  | Maybe someone can help me: How can I set the default of a DateTime field used
in a WinForms application to "Today".
This is what I tried:
- The...
AxelHecker
|
09-12-2006 02:00 AM
AxelHecker | 2 | 14 |
|  | Hello,
We have a global error handler in a Windows Service application (.NET 2.0).
The global handler sends out the error message to a few select...
John K
|
09-12-2006 01:33 AM
Kevin Yu [MSFT] | 6 | 11 |
|  | hi,
My pgm flow as like this:
parent()
{
a();
b();
cu.4m.srinivas@gmail.com
|
09-12-2006 12:01 AM
Cor Ligthert [MVP] | 1 | 12 |
|  | Hello;
I am *very* new to website programming.
I come from a client/server background.(Sybase Powerbuilder).
I have been assigned a task of moving...
Austin Phillips
|
09-11-2006 10:00 PM
Austin Phillips | 2 | 10 |
|  | Has anyone tried using Microsoft's ADO.NET DataAdapter Builder? This
tool is included on the companion CD to the book Microsoft ADO.NET...
evint
|
09-11-2006 03:38 PM
evint | 0 | 10 |
|  | Nothing like a good book or two just on SQL. It's a language all unto
itself, one which you will need to know in order to write good...
Earl
|
09-11-2006 12:50 PM
Earl | 0 | 11 |
|  | why am I getting saveas dialog prompt from the following code
Dim doOpt As SHDocVw.OLECMDEXECOPT
doOpt =...
GS
|
09-11-2006 12:18 PM
GS | 0 | 11 |
|  | Hi All,
I am trying to read a 37 mb xml from a url into a stream and then store it
in a string variable "_xml". When I try to pass this string as a...
Savvy
|
09-11-2006 12:16 PM
Patrice | 5 | 9 |
|  | I'm trying to convert from using System.Data.SqlClient to using
System.Data.Common.
Everything is looking good, except that the events RowUpdating...
Glen
|
09-11-2006 12:10 PM
Mary Chipman [MSFT] | 2 | 10 |
|  | I have some legacy VB6 code that uses DAO (Microsoft DAO 3.6) to access
an access 2000 database. In this app, Access is used soley for data
storage -...
Marcus
|
09-11-2006 12:01 PM
Mary Chipman [MSFT] | 8 | 16 |
|  | I have a "version 1" of an ASP.NET 2.0 website. I am creating a "version 2"
of the website from scratch (re-architectured design). The V1 SQL...
VB Programmer
|
09-11-2006 09:13 AM
Cowboy \(Gregory A. Beamer\) | 4 | 12 |
|  | Hi everybody,
Is there anybody can tell me what this error meant? Where is source of
error? There is a class library DLL created by another person....
den 2005
|
09-11-2006 08:59 AM
Cowboy \(Gregory A. Beamer\) | 3 | 13 |
|  | If you are going to follow that pattern, you are correct. There are other
patterns that can reduce the number of classes. NOTE: The pattern...
Cowboy \(Gregory A. Beamer\)
|
09-11-2006 08:57 AM
Cowboy \(Gregory A. Beamer\) | 0 | 12 |
|  | I am looking for an answer for what seems to be a very common problem
but I can't seem to find any answers for it.
I am developing a simple C# 2.0...
ferguslogic
|
09-11-2006 01:39 AM
David Jayaraj | 2 | 12 |
|  | What do I need to read VFP databases?
I just migrated from one machine to a new one. All was fine til then.
Thought I copied everything, but cannot...
Mike Edgewood
|
09-09-2006 10:43 PM
Cindy Winegarden | 1 | 11 |
|  | I have a simple child table whose integer ID column contains the primary key
of its parent table - nothing unusual. While the Select, Insert and...
va
|
09-09-2006 04:06 PM
va | 3 | 12 |
|  | I am still new at this but I was quite surprised to find that I cannot make
a datatable object survive a repost!
I suppose I could populate and...
Bill
|
09-09-2006 12:16 PM
Bill | 4 | 6 |
|  | I have a lookup table with only one column which is a string and the primary
key like so:
JOBTITLES
------------
JobTitle (string) PRIMARY KEY
In...
va
|
09-09-2006 10:56 AM
va | 1 | 10 |
|  | Adrian,
A stored procedure is nothing more than a piece of SQL transaction code
saved in the database.
Therefore just have a look at...
Cor Ligthert [MVP]
|
09-09-2006 05:48 AM
Adrian | 2 | 7 |
|  | How do people cope with dates in multiple countries?
I have an Access database accessed by a VB.NET application, I construct
SELECT strings based on...
JosephByrns
|
09-09-2006 12:47 AM
Cor Ligthert [MVP] | 5 | 11 |
|  | In Visual Studio 2005, I have a snippet of VB 2005 code which runs
without error but does not update the Access 2002 database. Any ideas?
Dim...
v.maggs@comcast.net
|
09-09-2006 12:38 AM
Cor Ligthert [MVP] | 5 | 9 |
|  | What is the best way to strip qualified type names from the output of
DataSet.GetXML()? Override GetXML, modify the XML directly, etc...?
I...
matt.skibbs@gmail.com
|
09-08-2006 09:02 PM
matt.skibbs@gmail.com | 0 | 12 |
|  | When I enter the code below into the cmnd.CommandText string
I get nothing but errors, presumably something else should be
done: What?
Adrian
USE...
Adrian
|
09-08-2006 10:57 AM
Jim Hughes | 3 | 11 |
|  | Hi all, I got this problem. I've got three table User, Group and
User_Group. These tables I have put into a typed dataset and added
relations to...
s.bussing@symax.nl
|
09-08-2006 09:12 AM
Cowboy \(Gregory A. Beamer\) | 1 | 10 |
|  | My project schema looks something like...
Earl
|
09-08-2006 08:45 AM
Cowboy \(Gregory A. Beamer\) | 1 | 12 |
|  | I have a BO that must call 2 functions each function residing in 2 different
DO.
BO->DO1.Update1
BO->DO2.Update2
Let's say that each DO call point...
joeblast
|
09-08-2006 07:39 AM
joeblast | 5 | 13 |
|  | We have end-users doing a selection, the selection is copied into another
table (claimed) (we do this for them in a batch during the night)
To limit...
Edwin Knoppert
|
09-08-2006 06:24 AM
Edwin Knoppert | 1 | 13 |
|  | Are there any decent parsers around that can parse SQL? I'm looking for
something that can validate the syntax and also allow access to the...
Joe
|
09-08-2006 02:51 AM
Kevin Yu [MSFT] | 4 | 12 |
|  | Hi,
I'm using VS2005 with Fw. 2.0. I'm trying to insert a record of data into a
table in my typed dataset.
The record doesn't seem to be added to...
Jon Haakon Ariansen
|
09-07-2006 04:36 PM
Jon Haakon Ariansen | 0 | 10 |
|  | Hi,
i try to execute a DDE command with an SQlClientSQLCommen object and i
obtain "syntax error near "Then" ":
dim sql as string
sql = "CREATE...
Sebho
|
09-07-2006 12:54 PM
Sebho | 2 | 11 |
|  | Hi,
I need help here.
I am converting an vb application to c#. The existing application connects
to the mainframe server using FTP and downloads a...
dinoo
|
09-07-2006 12:06 PM
Jim Hughes | 1 | 10 |
|  | Hi,
I am trying to call an oracle function using Visual Studio .Net 2003. The
function runs fine Stand Alone. Only when I call it using my C# Code I...
manika02
|
09-07-2006 11:46 AM
David Browne | 5 | 14 |
|  | Hi,
I have a datagridview which bounded to a datatable. When I tried the
to update the grid:
adapter.update(table)
I got the following...
sweetpotatop@yahoo.com
|
09-07-2006 11:29 AM
William \(Bill\) Vaughn | 1 | 7 |
|  | Using..
Visual Studio 2005 Team Edition for Software Developers
SQL Server 2000 sp4 (on same machine)
Net.Framework 2.0
Windows XP (up to date with...
Adrian Parker
|
09-07-2006 11:26 AM
William \(Bill\) Vaughn | 7 | 11 |
|  | If I have a parameter with a default value of empty string, the
sqldatasource won't even execute the command on sql server. Im using a
"like" clause...
jw56578@gmail.com
|
09-06-2006 11:32 PM
Simon | 1 | 11 |
|  | Is there a way to get a list of all forms contained in another
solution/project?
Thanks in advance,
Roman
Roman
|
09-06-2006 04:53 PM
Roman | 2 | 8 |
|  | I am using XP Professional with Visual Studio 2003 & Office 2002, there is no
Jet OLE DB Provider listed yet if I download the latest Jet update or...
BLNora
|
09-06-2006 04:10 PM
J Bowen | 16 | 21 |
|  | This is a preview of the SQLite vNext provider with support for the ADO.NET
Entity Framework (LINQ, eSQL, etc).
Version 2.0.35 Alpha - September 6,...
Robert Simpson
|
09-06-2006 04:05 PM
Robert Simpson | 0 | 6 |
|  | Ok thanks...so I guess I have to use the kludge I mentioned earlier for
Oracle then.
Sunit
Frans Bouma wrote:
sjoshi
|
09-06-2006 02:59 PM
sjoshi | 1 | 12 |
|  | I have a situation where I could
Try
Open a Connection
ExecuteReader
Close Reader
Catch
may not happen - Possible if this a Timer in a Windows...
tshad
|
09-06-2006 12:10 PM
tshad | 10 | 24 |
|  | Something with @Identity field or so... forgot.
Someone having copy of a SQL statement doing this?
Edwin Knoppert
|
09-06-2006 11:27 AM
Sericinus hunter | 4 | 14 |
|  | How can I start the SQLServer Express on my machine with codes?
ad
|
09-05-2006 11:30 PM
Cor Ligthert [MVP] | 1 | 11 |
|  | I have a dataset that is 2 tables connected with a SQL JOIN. VB.Net 2005
takes away all INSERT, UPDATE and DELETE functions when creating...
Dave
|
09-05-2006 10:16 PM
Earl | 1 | 12 |
|  | I am writing a database application for use in disconnected situations.
The application will be installed on laptops. The intention is for
the users...
Kurt Hill
|
09-05-2006 09:01 PM
Otis Mukinfus | 8 | 12 |