9,867,109 members (35,016 online)
Visit CodeProject.TV
Discuss CodeProject.TV
Sign in
Email
Password
Forgot your password?
Sign in using
home
articles
Chapters and Sections
>
Search
Latest Articles
Latest Tips/Tricks
Top Articles
Beginner Articles
Technical Blogs
Posting/Update Guidelines
Article Help Forum
Article Competition
Submit an article or tip
Post your Blog
quick answers
Ask a Question
View Unanswered Questions
View All Questions...
C# questions
ASP.NET questions
VB.NET questions
C#4.0 questions
C++ questions
discussions
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work & Training Issues
Design and Architecture
ASP.NET
JavaScript
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
Adobe Technologies
C#
Free Tools
Objective-C
Ruby On Rails
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
.NET Framework
Mobile
VS 11 & .NET 4.5
Sharepoint
Silverlight / WPF
Visual Basic
Web Development
Site Bugs / Suggestions
features
Component & Service Catalog
Competitions
News
The Insider Newsletter
Newsletter archive
Surveys
Product Showcase
Research Library
CodeProject Stuff
community
The Insider News
The Lounge
The Weird & The Wonderful
The Soapbox
Press Releases
Who's Who
Most Valuable Professionals
Company Listings
Non-English Language
>
General Indian Topics
General Chinese Topics
help
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
Site Map
Advertise with us
Employment Opportunities
About Us
The default search term operator is
AND
.
You can use brackets,
AND
,
OR
, and
NOT
to improve your search. For example:
C# AND NOT(VB or SQL)
A query of a single
*
will return everything, filtered by any filters.
Filter examples:
Search by Author
author:"author name"
Filter by tag
tag:C#
or
tag:(C++ or Java)
Wildcard search
use "?" or "*" eg.
gr?d
or
gr*
293 Results
Search
Everything
Articles
Technical Blogs
Tips & Tricks
Questions
Answers
Forum Messages
News Items
Catalog Items
Videos
Training Courses
Just My Stuff
My Bookmarks
Sort by
Relevance
Rating Asc
Rating Desc
Title Asc
Title Desc
Author Asc
Author Desc
Date Created Asc
Date Created Desc
Date Modified Asc
Date Modified Desc
Price Asc
Price Desc
Duration Asc
Duration Desc
Match
All Fields
Title
Description
Author(s)
Tags
Any Date
Last 12 hours
Last 24 hours
Last week
Last 2 weeks
Last month
Last 3 months
Last 6 months
Last year
January
February
March
April
May
June
July
August
September
October
November
December
Rating Range
All - Including Unrated
1.0 - 5.0
2.0 - 5.0
3.0 - 5.0
4.0 - 5.0
4.5 - 5.0
4.8 - 5.0
5.0
Advanced Filters:
Article Topics
All Topics
Desktop Development
Web Development
Mobile Development
Cloud Computing
Enterprise Systems
Database
Multimedia
Languages
Platforms, Frameworks & Libraries
General Programming
Graphics / Design
Development Lifecycle
General Reading
Third Party Products
Mentor Resources
Article License
All Licenses
CPOL
CDDL
Ms-PL
MPL
CPL
Eclipse
MIT
BSD
Apache
CC (ASA 2.5)
Zlib
Public Domain
CC (Attr 3U)
CC (ASA 3U)
LGPL3
GPL3
Forums
All Forums
Feature Forums
General Programming
Web Development
Product Lifecycle
Database & SysAdmin
General Discussions
Non-English Language
Catalog Category
All Categories
Books & Training
Charting & Graphing
Components, Controls, Libraries
Data Manipulation & Mining
Database Tools
Debugging
Documentation & Help
Financial, Math & Scientific
Frameworks & APIs
General Development Tools
GIS & Maps
Graphics & 3D Modeling
Hardware and Robotics
Hosting
IDEs
Imaging
Mobility
Multimedia
Networking
Performance and Profiling
Programming Languages
Project Life-cycle Management (ALM)
Reporting
Search
Security
Setup & Deploy
System Adminstration
Utilities
Virtualization
Web Design/Development
Catalog License
All Licenses
Commercial
Fully Function Evaluation version
Limited Functionality Trial
Limited Time Trial
Shareware
Free For Personal Use
Freeware
Page 1 of 6
Page Size:
10
·
25
·
50
Tag filtered by: ADO
[x]
A set of MFC wrapper classes for ADO - Version 2.20J
by
Joffrey Brouillet
Article
8 May 2013
license:
Ms-PL
This is an alternative for "A set of ADO classes - version 2.20"
Database
»
Database
»
Ado
VC6
Win2K
SQL
SQL-Server
MFC
DBA
Dev
ADO
Intermediate
C++
, +
Using an Access, MySQL, PostgreSQL or SQLite database from VBA
by
Pragmateek
Technical Blog
2 May 2013
license:
CPOL
[toc] Introduction Note to pedantic guys: yes Access is not a database engine, only the graphical front-end to Jet/ACE, but we’ll stand with this simplification. The sample application (Excel + VBA) and the SQL source code are available in this … Continue reading →
Enterprise Systems
»
Office Development
»
Microsoft Excel
VB
SQL
Windows
CEO
Architect
DBA
Dev
COM
COM+
ADO
, +
ADO reference missing after Build - Clean
by
PEANAFCONSULT
Question
23 Apr 2013
license:
CPOL
I am developing an application in Visual Basic 2010 that is accessing a database using ADOThe problem I have is that the reference to ADO seems to disappear when I clean the build.The error message I get is:'ADODB' is not declared. It may be inaccessible due to its protection...
General Programming
»
Uncategorised Quick Answers
»
General
ADO
Basic
Java: Retrieving user's information, such as email and position, from Active Directory
by
Ohad Redlich
Article
5 Apr 2013
license:
CPOL
This article shows how Java application can retrieve user's data from the Active Directory
Languages
»
Java
»
General
Java
COM
ADO
help about Connection String
by
OriginalGriff
Answer
30 Mar 2013
license:
CPOL
Difficult (if not impossible) to tell from that information.So, fix it yourself! The first thing to do is to find out exactly what string you are using: so change your code slightly: string sip = serverIP.Text; string strCon = "network library = dbmssocn ; Data...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
ADO
help about Connection String
by
Meisam Parsa
Question
30 Mar 2013
license:
CPOL
hi ,i use this connection string string sip = serverIP.Text; SqlConnection connection = new SqlConnection("network library = dbmssocn ; Data Source=" + sip + " ;Initial Catalog= Parking_Database ;Integrated Security=True"); connection.Open();but when run...
General Programming
»
Uncategorised Quick Answers
»
General
C#
.NET
ADO
Work with MS Excel and ADO.NET
by
rajendrakumar K
Article
25 Mar 2013
license:
CPOL
This article will guide the developers on how you can connect to excel files using ADO.NET and modify the sheets
Web Development
»
Asp.Net
»
Howto
C#3.0
.NET3.5
.NET
Dev
ADO
Beginner
C#
.NET
Excel
Windows 7 SP1 and broken ADO
by
viaducting
Question
19 Mar 2013
license:
CPOL
Now that W7 SP1 is going to be foisted upon a waiting world[^], does anyone know if the ADO breaking compatibility problem[^] has been fixed?
General Programming
»
Uncategorised Quick Answers
»
General
ADO
Windows
Win7
SP1
ADO, SQL Stored Proc, and Error #13(type mismatch)
by
Foothill
Question
15 Mar 2013
license:
CPOL
I've come across an error that I cannot figure out why it is being generated.I am using ADO in an MS Access database to push a record to a SQL server using a stored proceedure.What is confusing me is that I am using cmd.parameters.refresh to populate the ADO command object so therefore, in...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
ADO
VBA
ADO, SQL Stored Proc, and Error #13(type mismatch)
by
Foothill
Answer
15 Mar 2013
license:
CPOL
I found the problem. When I was executing the command, I had left in a bit of code that was trying to assign the stored proc's return (integer) to a recordset. That is why the procedure executed correctly and Access was still throwing an error.
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
ADO
VBA
ADO, SQL Stored Proc, and Error #13(type mismatch)
by
Maciej Los
Answer
15 Mar 2013
license:
CPOL
For the first look, you didn't add parameters: @Form_ID int, @State_ID int, @Form_Date nvarchar(50), @Filing_Type_ID int, @Revision tinyint, @State_Specific tinyint, @Filing_Date nvarchar(50) = null, @Filing_Status_ID int = null, @Approval_Date nvarchar(50) = nullSee this:...
General Programming
»
Uncategorised Quick Answers
»
General
SQL-Server
ADO
VBA
How can i arrange my grid view ?I need to show some values which i got from Database in my grid without duplicate.
by
Kavitha le
Answer
10 Mar 2013
license:
CPOL
Use table.rows[][] while adding rows
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C++/CLI
C#
ASP
ASP.NET
, +
How can i arrange my grid view ?I need to show some values which i got from Database in my grid without duplicate.
by
Kavitha le
Question
10 Mar 2013
license:
CPOL
I need to show some values which i got from Database in my grid as below,Name ScoreMaths ScorePhysicsA 1 5B 2 6C 3 7D 4 8So i added new...
General Programming
»
Uncategorised Quick Answers
»
General
.NET1.0
.NET2.0
C#1.0
.NET3.0
C#3.0
.NET3.5
C++/CLI
C#
ASP
ASP.NET
, +
VB 2008 and Access 2007 - accessing a table/query
by
Sandeep Mewara
Answer
12 Feb 2013
license:
CPOL
It does not work like this here.Here is what is expected of enquirers:1. TRY first what you want to do! You may find that it's not that hard.2. Formulate what was done by you that looks like an issue/not working. Try them and tell if you face issues.Members will be more than happy...
General Programming
»
Uncategorised Quick Answers
»
General
ADO
ADO.NET
VB
Access
database
VB.NET
How to Add a Online Chat in my aspx page ?
by
spostad7
Answer
4 Feb 2013
license:
CPOL
I know the useful component that simplify chat conversation operation in asp.net. just google "MangoChat". It's free and u can use it in every asp.net pages. Also it has very useful guideline document that u can use it for helpjust try it one time! u will love it ;)
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP
ASP.NET
Javascript
, +
How to Add a Online Chat in my aspx page ?
by
Seyed Ahmad Mirzaee
Answer
4 Feb 2013
license:
CPOL
If You Wirte Chat Engin Then You Is Very Relax!!!i Write Chat Engin.Whith Application Class Is Very Simple!!!Try it guy .;)Failure Is Not An Option Good Luck
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP
ASP.NET
Javascript
, +
How to Add a Online Chat in my aspx page ?
by
aspnet_regiis -i
Answer
23 Jan 2013
license:
CPOL
Have you ever tried using Google? If not then try it...Google has invested millions of work hours and billions of dollars in creating google , so that developers like us can find answers to simple programming questions like this within a few seconds.... Not sure?? Check here[^] is the proof...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP
ASP.NET
Javascript
, +
How to Add a Online Chat in my aspx page ?
by
sreeCoderMan
Question
23 Jan 2013
license:
CPOL
Hi friendsI Have a asp.net website . i need to add an online chat in my website so that the visitors can chat with me 24hrs .if i am online i should get the notification bla bla. is there any simple ways . like widget .if then how to do it in my website please help me...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP
ASP.NET
Javascript
, +
Microsoft Access Application Development Guidelines
by
Marco Sorich
Article
15 Jan 2013
license:
CPOL
Some guidelines for developing better MS Access solutions.
Enterprise Systems
»
Office Development
»
Microsoft Access
ADO
Office
Access
database
programming
VBA
how to view Generic List items in label or in gridview
by
Jibesh
Answer
20 Dec 2012
license:
CPOL
string labelTextData = string.Empty;int count = GridView1.Rows.Count;List id = new List();foreach (GridViewRow item in GridView1.Rows){ labelTextData += item.Cells[1].Text + ","; labelTextData += (method to get Id from Database);}label.Text = labelTextData;is that what...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C
C#
ASP
ASP.NET
CSS
ADO
, +
how to view Generic List items in label or in gridview
by
sreeCoderMan
Question
17 Dec 2012
license:
CPOL
hi friendsHow to View my Generic List to a label in a webpage when a button is fired from another page .. or else in gridview string itemName; int count = GridView1.Rows.Count; List id = new List(); foreach (GridViewRow item in...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C
C#
ASP
ASP.NET
CSS
ADO
, +
how to view Generic List items in label or in gridview
by
Zaf Khan
Answer
17 Dec 2012
license:
CPOL
In your c# i'm not sure how to code it,but its not difficult.So if i provide it in VB maybe you will understand hopefully?YOUR CODE C#for each (GridViewRow item in GridView1.Rows) { itemName = item.Cells[1].Text; id.Add(method to get id from database); }In VB...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C
C#
ASP
ASP.NET
CSS
ADO
, +
how to get num of row count in gridview and get all the values (Text) in first column
by
Vishal.Shimpi144
Answer
17 Dec 2012
license:
CPOL
int count = grvTest.Rows.Count; foreach (GridViewRow row in grvTest.Rows) { string text = row.Cells[0].Text; }so that you can get the cell value of 1st column of your grid view
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP.NET
CSS
HTML
, +
how to get num of row count in gridview and get all the values (Text) in first column
by
VishwaKL
Answer
17 Dec 2012
license:
CPOL
Loop through the grid view[^]This article will help you
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP.NET
CSS
HTML
, +
how to get num of row count in gridview and get all the values (Text) in first column
by
sreeCoderMan
Question
17 Dec 2012
license:
CPOL
hi friendsi have to get the total number of rows in gridview with all values or text inside first column .. how to do it please provide me a code string itemName; List ids = new List(); foreach (GridViewRow item in GridView1.Rows) { itemName =...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP.NET
CSS
HTML
, +
how to get num of row count in gridview and get all the values (Text) in first column
by
Christian Graus
Answer
17 Dec 2012
license:
CPOL
Your best bet is to count the rows in the data source.
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#2.0
C#3.0
C++
C++/CLI
C
C#
ASP.NET
CSS
HTML
, +
i can't get 2 query in C# & SQLSERVER2008
by
Jibesh
Answer
11 Dec 2012
license:
CPOL
since you use the con.BeginTransaction() before the beginning of statement the real insert will not complete until you make call to sqlTranc.Commit();so its obvious that the creditID which you are trying to update is not available in the table and it failed to update.move the Commit...
General Programming
»
Uncategorised Quick Answers
»
General
C#
SQL-Server
ADO
ADO.NET
ADO used in JScript - Data saved through parametrized stored procedure different on czech and french system
by
Michal Kozel
Answer
10 Dec 2012
license:
CPOL
in the end i was able to solve this problem.All was caused by ADO and its behavior when it encoded binary data from Local system language codepage to unicode.in this example it was on French system from codepage 1252 to unicode and on Czech from codepage 1250 to unicode.So I needed...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
ADO
JScript.NET
database
encoding
StoredProcedures
ADO used in JScript - Data saved through parametrized stored procedure different on czech and french system
by
Michal Kozel
Question
30 Nov 2012
license:
CPOL
Good day all,I encountered were strange problem during my work.When I call stored procedure from JScript (Jscript code is compiled by 3rd party desktop application that uses windows script 5.6) and give it data through parameters it ends up that data stored in database are different based...
General Programming
»
Uncategorised Quick Answers
»
General
Windows
ADO
JScript.NET
database
encoding
StoredProcedures
i can't get 2 query in C# & SQLSERVER2008
by
the dark Knight
Question
28 Nov 2012
license:
CPOL
i can't get 2 queryjust working string queryand query dont internal bool saveNewPayment(Guid ID, Guid creditID, decimal paymentAmount, DateTime dateTime) { bool flag = true; using (SqlConnection con = new SqlConnection(constring)) ...
General Programming
»
Uncategorised Quick Answers
»
General
C#
SQL-Server
ADO
ADO.NET
asynchronous ADO in C++
by
Volynsky Alex
Answer
27 Nov 2012
license:
CPOL
Hi iron,For exampple it is possible to do with C++/Qt....Sometimes, it's necessary to execute some queries to database in asynchronous way (multi-thread), for example to avoid to freeze a GUI if a query is too long to execute.To make easier to work with asynchronous queries, QxOrm library...
General Programming
»
Uncategorised Quick Answers
»
General
C++
ADO
Async
asynchronous ADO in C++
by
irol
Question
27 Nov 2012
license:
CPOL
Hello,I need to execute sql queries in asynchronous manner.Any examples ?Thanks in advice.Irek.
General Programming
»
Uncategorised Quick Answers
»
General
C++
ADO
Async
How to return Key Properties using ADOX
by
cyberexel
Question
26 Nov 2012
license:
CPOL
Hi,I have seen how to set the properties of a column using ADOX, eg, CascadeKey.DeleteRule = ADOX.RuleEnum.adRICascadeWhat I need now is how to read the same property values of a key column, ie, the opposite code. I was thinking something like this would work but to my...
General Programming
»
Uncategorised Quick Answers
»
General
ADO
ADO.NET
How to use functions embeded Access 2003 such as "POWER(),LN()",while using VC++ to operate Access DataBase?
by
lazydie
Answer
7 Nov 2012
license:
CPOL
Finally,I find that the functions used while using VC++ to operate Access DataBase with ADO are the same in ASP.And all the elementary mathmatics functions can be used.(For example:power()->"^";ln()->"log()")Thanks!!!
Database
»
Database
»
General
ADO
C++
VC9.0
Google Spreadsheet Data Provider
by
DataIntegration
Catalog
1 Nov 2012
license:
Commercial
The Google Spreadsheet Data Provider for ADO.NET gives developers the power to easily connect .NET applications with real-time data from spreadsheets stored in Google Docs. The Google Spreadsheet Data Provider makes these Google Spreadsheets look like SQL tables in your apps.
Components, Controls, Libraries
.NET1.0
.NET1.1
.NET2.0
.NET3.0
.NET3.5
C#
VB
ASP.NET
Windows
.NETCF
, +
Kerosene ORM: a dynamic, self-adaptive and configuration-less ORM with no need for configuration files
by
Moises Barba
Article
10 Oct 2012
license:
CPOL
The fifth incarnation of a dynamic and self-adaptive ORM library with full support for POCO objects, that doesn’t require any mapping or configuration files, and with support for natural SQL-like syntax in plain C#
Database
»
Database
»
General
C#
SQL
.NET
SQL-Server
Architect
DBA
Dev
ADO
ADO.NET
LINQ
, +
$4.95/mo ASP.NET Web Hosting - WinHost.com
by
WinHost.Com
Catalog
21 Aug 2012
license:
Commercial
Host UNLIMITED Websites! Get 2 Months Free with No Setup or Hidden Fees
Hosting
.NET2.0
VS2005
.NET3.0
IIS7
.NET3.5
VS2008
C#
ASP
ASP.NET
XML
, +
Downgrading MDAC - ADO
by
Jochen Arndt
Answer
17 Aug 2012
license:
CPOL
With Windows Vista, MDAC has been replaced by DAC 6.0. Installation of old MDAC versions is not possible. However, most software using MDAC should work with DAC without problems when running on Windows Vista or Windows 7.I suggest to check first that your application is running on Windows...
General Programming
»
Uncategorised Quick Answers
»
General
C++
ADO
Downgrading MDAC - ADO
by
Richard MacCutchan
Answer
17 Aug 2012
license:
CPOL
You have already asked this question here[^]. Please do not repost the same question multiple times.And, as someone already pointed out, there is no such thing as Windows 2012, so you need to clarify your question.
General Programming
»
Uncategorised Quick Answers
»
General
C++
ADO
Downgrading MDAC - ADO
by
peru j
Question
17 Aug 2012
license:
CPOL
we have one application that does not work in windows 2012. The application uses MDAC and I checked the OS and the MDAC version is shown 6.0. Is there a way to downgrade to 2.8?Or can you think other reasons to prevent application run on the windows 2012?
General Programming
»
Uncategorised Quick Answers
»
General
C++
ADO
How to configure and use Entity Framework
by
Libish Varghese Jacob
Technical Blog
16 Jul 2012
license:
CPOL
Configuring and using Entity Framework 4.1 for my Open Source project.
Platforms, Frameworks & Libraries
»
.Net Framework
»
How To
C#
SQL
CEO
Architect
DBA
Dev
ADO
ADO.NET
Beginner
Intermediate
, +
Unable to get all character of CString variable if Unicode is defined
by
saqib.akhter
Answer
10 Jul 2012
license:
CPOL
I got solved myself actually I just did silly mistake.There is a one unicode setting has to be enable in Visual Studio.Here is the solution:Check the following setting in Visual Studio:Tools->Options->DebugCheck Display unicode strings checkbox.Thanks...
General Programming
»
Uncategorised Quick Answers
»
General
VC6
ADO
C++
MS-Access
C++/MFC
Unable to get all character of CString variable if Unicode is defined
by
saqib.akhter
Question
10 Jul 2012
license:
CPOL
Hi Guys,I am facing a weird problem to put the database query in CString Format withUnicode defined.I am giving a simple example of my problem.CString str1;int value = 123; str1.Format(_T("select * from Table Where Max > %d"), value);Getting output only 1st character of...
General Programming
»
Uncategorised Quick Answers
»
General
VC6
ADO
C++
MS-Access
C++/MFC
Date format for MS Access ADO C++ programming
by
armagedescu
Answer
9 Jul 2012
license:
CPOL
What about format function?It would be something like thisSELECT * from Customer WHERE RegDateTime >= FORMAT('02/05/2012', "dd/mm/yyyy")....
General Programming
»
Uncategorised Quick Answers
»
General
VC6
C++
ADO
C++
Date format for MS Access ADO C++ programming
by
Jochen Arndt
Answer
8 Jul 2012
license:
CPOL
You should use the english date format 'mm/dd/yyyy' and enclose the date specifications by hash characters. With ranges, use the BETWEEN operator and include the times:SELECT * from Customer WHERE RegDateTime BETWEEN #02/15/2012 00:00:00# AND #02/25/2012 23:59:59#If you want to limit...
General Programming
»
Uncategorised Quick Answers
»
General
VC6
C++
ADO
C++
Date format for MS Access ADO C++ programming
by
Mohibur Rashid
Answer
8 Jul 2012
license:
CPOL
I think you can change the format according to ISO standard. and for control DateTime_SetFormat macro is used for c/c++. try it out see if you can set your format
General Programming
»
Uncategorised Quick Answers
»
General
VC6
C++
ADO
C++
Date format for MS Access ADO C++ programming
by
saqib.akhter
Question
8 Jul 2012
license:
CPOL
Hello,I got a problem to execute a date validation query for MS access database under ADO VC++ programming (VC6.0).I am using the below mentioned query for date validation but it's giving mismatch date format error message because date format in MS Access Database is "DD-MM-YYYY...
General Programming
»
Uncategorised Quick Answers
»
General
VC6
C++
ADO
C++
data is not inserting in data base ,using c# , where is the mistake..
by
Sandeep Mewara
Answer
30 Jun 2012
license:
CPOL
Is it even compiling?For instance, this line: SqlCommand cmd = new SqlCommand;
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#
ASP
ASP.NET
SQL
ADO
ADO.NET
C#
data is not inserting in data base ,using c# , where is the mistake..
by
OriginalGriff
Answer
30 Jun 2012
license:
CPOL
We can't tell for the same reason you can't: Your code hides the error.Change the catch block:catch (Exception ex) { Message("Block 3: Error\nThe Reported fault is:\n" + ex.Message, this); }That way, if the error message does not give you enough information, you can put a break...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#
ASP
ASP.NET
SQL
ADO
ADO.NET
C#
data is not inserting in data base ,using c# , where is the mistake..
by
Mohammed Abdul Muqeet
Question
30 Jun 2012
license:
CPOL
it is not inserting the data where i am doing the mistak... , its showing catch error message string Patient_name = NameTxtBx.Text, Export_TO = ToTxtBx0.Text, repType = RadioButtonList2.SelectedValue ; int PatNoVal; ...
General Programming
»
Uncategorised Quick Answers
»
General
C#1.0
C#
ASP
ASP.NET
SQL
ADO
ADO.NET
C#
Page 1 of 6
1
2
3
4
5
6
First
·
Prev
·
Next
·
Last
Advertise
|
Privacy
|
Mobile
Web03 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright ©
CodeProject
, 1999-2013
All Rights Reserved.
Terms of Use
Layout:
fixed
|
fluid