Groups | Blog | Home


Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > dotnet datatools > november 2004

Article : Soapsuds.exe (.Net Framework tools series)
Posted by Namratha Shah \(Nasha\) at 11/26/2004 9:29:11 PM
Hey Group, Today we gonna discuss Soapsuds tool. Soapsuds is shipped with .Net FrameWork and is used by .Net remoting Client Applications to generate xml schema,proxy class or assembly for their HTTP Remoting Server. Client App can use this proxy class or the assembly as a reference to the...more >>


ADO vs. ADO.NET
Posted by elizayiu NO[at]SPAM hotmail.com at 11/26/2004 1:50:30 PM
I've migrated a VB6 program to .NET. The VB program uses ADO (Provider=OraOLEDB.Oracle) and the .NET program uses ADO.NET (same provider). I know that ADO is different from ADO.NET, but I would like to make the .NET program works the same as before (especially performance). In the VB program,...more >>

IsNumeric, IsDate, IsCurrency
Posted by bill at 11/23/2004 10:25:03 AM
The first two "Is" function exist in VB.NET (though they reference the old Microsoft VisualBasic namespace) while the third one doesn't exist. What are the .NET "best practice" equivalents of these three functions? (In other words, other than by "rolling my own" how am I supposed to implemen...more >>

Not able to solve problem in posting articles as I am developing newsreader in vb.net
Posted by balu at 11/22/2004 9:55:04 PM
Hi, I am also sending the code that is showing error I am developing a Newsreader in vb.net and i am getting a problem in posting article to newserver for a particular set of newsgroups. i developin g this newsreader using nntp commands.I need vb.net code for posting a article . I getting a...more >>

Selected DataRow from DataGrid
Posted by Sheikh Nabeel Moeen at 11/18/2004 1:02:48 PM
Hello, HOw can i retrieve the selected DataRow from a DataGrid's datasource I can't seem to find any property for DataGrid tht returns the active/selected row...more >>

Oracle Provider
Posted by JMurph at 11/18/2004 11:08:03 AM
When I try to use the Oracle providers I get the following error: System.EntryPointNotFoundException: Unable to find an entry point named OCIEnvCreate in DLL oci.dll Any I idea what the problem is? I am using Framework ver 1.1 and MDAC 2.8. Thanks, Joseph...more >>

msde error
Posted by Dave at 11/12/2004 10:55:14 AM
Hi, msde error I install msde 2000 using the command line like this => setup SAPWD="pass" But when I try to create a new database using access sql server database wizard he ask me for a login id and password! First if my password is pass what is the login id? When I try the login id of my co...more >>

SQLGetInfo for ADO?
Posted by Dacke at 11/11/2004 8:53:02 AM
Hello, I'm preparing to write a new data access application. I want to use ADO.Net I've used the ODBC API function of SQLGetInfo in the past to get information from the DBMS. The three things I'm most interested in are as follows. * SQL_IDENTIFIER_QUOTE_CHAR * SQL_SPECIAL_CHARACTERS * S...more >>



Minimum Oracle components required to support .net applications?
Posted by nuclear jim at 11/10/2004 10:50:03 AM
Hi... I've been working on developing some VB.Net applications using Oracle databases and the vb.net oracle.dataaccess.dll. I'm running against an Oracle 8i database. I build and deploy my application but find that even though the oracle.dataaccess.dll is included in the package, this alon...more >>

MSDE-2000
Posted by Dave at 11/6/2004 9:28:51 PM
Hi, What good tools are for using and manipulating msde-2000 data base Thanks ...more >>

Article : Code Access Security Part - 1 (.Net FrameWork Tools Series)
Posted by Namratha Shah \(Nasha\) at 11/6/2004 8:57:11 PM
Hey Guys, Today we are going to look at Code Access Security. Code access security is a feature of .NET that manages code depending on its trust level. If the CLS trusts the code enough to allow it ro run then it will execute, the code execution depends on the permission provided to the ass...more >>

ADO.Net and ODBC { CALL .... } syntax
Posted by Nilesh at 11/5/2004 8:22:01 AM
Environment: Web server IIs 5 running on Windows 2000 (SP2) .Net Framework 1.1 Oracle Client 8.1.7 Coonecting to Oracle 8i DB running on Unix ADO is used as connecting mechanism (MSDAORA) Synopsis: Curently we are using ADO (MDAC 2.5) to connect to Oracle 8i (Oracle client ...more >>

How to get database handle from connection object
Posted by Jeroen Groot at 11/3/2004 1:24:02 AM
how do I get the connection handle from my .NET ODBC or OLEDB database connection so that I can pass the connection for database actions to a mfc-dll? Previously, I used CDatabase::m_hdbc for this purpose. Thanks a lot! -- Jeroen...more >>


DevelopmentNow Blog