all groups > dotnet odbc.net > november 2003
Filter by week: 1 2 3 4 5
parameter output
Posted by Miguel Pardo at 11/28/2003 3:34:37 PM
I have an stored procedure which has an OUTPUT parameter,
how can i get it, it has to be through a DataReader or
something like that???? or when i call it???
can you give me an example???
Any help will be welcome, thanX!!!!
Regards...
... more >>
FoxPro OleDb (and ODBC) Problem on Windows 2003
Posted by jan smazinka at 11/28/2003 4:44:35 AM
I cannot use neither UPDATE nor INSERT commands in ASP.NET
(on Windows 2003 !!!!)
application which use FoxPro database. When I try update
table, then I get error:
"Cannot update the cursor. Table <table> since it is read-
only"
But it isn't true. Win32 application successfuly wrote
i... more >>
ODBC Security Problem
Posted by John Carnahan at 11/26/2003 12:36:24 PM
SECURITY PROBLEM I DON'T UNDERSTAND HOW TO FIX.
dbaseToXml.exe ... .net application
Reads a dbase IV table, and then converts it to XML,
using the .net odbc stuff.
Works fine if both the dbase tables and the dbaseToXml.exe are on the local
computer.
But doesn't work if the dbase tabl... more >>
OdbcDataReader works on winXP, not on 2000
Posted by Mike Davison at 11/20/2003 12:52:06 PM
I've got a program which works on a Windows XP Pro machine,
but fails on a Windows 2000 Server machine. This matters
for me, since I'd like to be able to develop on a different
computer than the production machine.
As far as I can tell, the .Net and ODBC stuff is identical
(or as identical a... more >>
Trusted SQL Server connection
Posted by Ray Valenti at 11/17/2003 6:19:48 PM
I am able to preview this data in the development environment, but when I
run the application the error below shows up.
How do I set up a Trusted Connection?
-Ray
Server Error in '/WebApplication2' Application.
----------------------------------------------------------------------------
--... more >>
Visual Basic .NET Standard & SQL Server
Posted by Roger Mathews at 11/15/2003 1:14:37 PM
I am trying to develop a web-application with connectivity to a SQL server
but when I proceed thru the SqlDataAdapter wizard, even thought I am able to
sucessfully configure the ODBC connector, I receive an error suggesting this
version of Visual Studio is only compatible with MSDE or Access data... more >>
get list of System DSN:s?
Posted by Lars Siden at 11/12/2003 10:15:38 PM
Hi,
I'd like to show my users a list of available system/user DSN:s, how do I do
that? ( VS 2003, C# )
Best regards.
Lazze
... more >>
NotesSQL Connection Problems
Posted by Thomas Dodds at 11/12/2003 4:36:39 PM
My VB.Net code ...
Dim strConnString As String = "Driver={Lotus NotesSQL Driver (*.nsf)};
Server=IRIS;Database=mail\tdodds.nsf;Uid=tdodds;Pwd=NTTCcon1"
Dim connNotes As New OdbcConnection(strConnString)
When I run the connNotes.Open() I get the following error:
ERROR [IM005] [Microsoft][O... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sybase 10 & .net & ODBC
Posted by MikePard at 11/7/2003 12:19:25 PM
Hi all folks
I have the next problem:
I made an application in .net, it is C#, which the main=20
objective is to execute several stored procedures at the=20
same time, and it works. But i had proof this application=20
with a stored procedure which inserted about 40000=20
registers, and... more >>
ODBC access to Oracle error
Posted by Jacek at 11/7/2003 4:42:47 AM
Hello
I'm using MS ODBC for Oracle DSN to access Oracle database.
I have Oracle Client 9i Administrator installed.
Connection works from desktop vb.NET application. The
problem appears when I try to connect from .NET
webService - I obtain the following error:
"ERROR [IM004] [Microsoft][ODBC ... more >>
Interbase and ODBC.NET
Posted by Christian Ista at 11/6/2003 8:33:31 PM
Hello,
I installed the ODBC.NET here
http://www.microsoft.com/downloads/details.aspx?FamilyId=6CCD8427-1017-4F33-A062-D165078E32B1&displaylang=en
When I want to create the ODBC connection (Administrative Tools => ODBC) I
don't see it int the driver list.
This provider works with inter... more >>
ODBC Drivers for ObjectStore
Posted by Tamir Khason at 11/5/2003 3:04:42 PM
I'm looking for ODBC drivers for ObjectStore OO database
Someone knows where I can find it?
In the site of www.objectstore.net there is reference to MSDN, however I can
not find it here
Please assist
... more >>
Web Forms and MS Access
Posted by Charles Elliott at 11/5/2003 9:50:48 AM
Hi:
Does anyone know if the VS .NET 2003 DataGrid Web Form control can be used
with MS Access?
The following code works (the DataGrid is filled with data) when the
DataGrid control is a Windows form:
Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs)
Handles MyBase... more >>
|