15,740,797 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View Javascript questions
View C++ questions
View Python questions
View Java questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Sushant Joshi (Top 12 by date)
Sushant Joshi
30-Sep-10 2:02am
View
What action do you exactly want to do. Javascript is a huge topic, if you could be bit more specific, I can provide you some pointers
Sushant Joshi
29-Sep-10 23:06pm
View
Hi, Did you try the method suggested by me, did it work ?
Sushant Joshi
29-Sep-10 23:05pm
View
Hi, Please specify the reason if it does not works for you.
Sushant Joshi
29-Sep-10 7:39am
View
I would suggest not to use this approach, rather than pick the connection string from config file. This would create issues in deployment, if the database is on annother (remote) network.
Sushant Joshi
29-Sep-10 7:04am
View
Deleted
Dude, that is the answer, at least after reading that you should have came to know
Sushant Joshi
29-Sep-10 6:25am
View
Try debugging, check if the runtime script which you are generating has any errors, also execute the script in Query Analyzer and check if the data is getting inserted.
Sushant Joshi
29-Sep-10 6:12am
View
Could you please provide details of the JS error
Sushant Joshi
29-Sep-10 1:24am
View
I am not sure wether you understood the response, I had mentioned one approach of doing it in JS.
Sushant Joshi
7-Sep-10 12:44pm
View
Markand, Put the column names after top(1), like: Select top(1) column1 from mytable order by column1 desc;
Sushant Joshi
6-Sep-10 23:50pm
View
Could you please post the Code Snippet so that it would be easier to understand the issue
Sushant Joshi
6-Sep-10 23:36pm
View
Sunil, may I suggest you to tag the question correctly and provide as many details as possible. Usually, we (generic term not just Indians) are not able to explain the problem effectively, as English is not our first language, hence, adding code snippet or image would be very helpful.
Sushant Joshi
6-Sep-10 8:22am
View
If you have inline queries you would get the updated row count, however, for stored proc, it is not possible to find the updated rows, hence the return value is -1
Show More