Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:809783
More Search Options
RSS Available
Matching Posts
command builder problem IN delete- please help!!
Hi all I have a small project in c# and ms-access I use query builder to manage my tables in ms-access. the problem is, select qeury works great, update query works great, delete doesn't work , and there is no error msg!!!!!! please help!!
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
urania
on 11/30/2009
Re: command builder problem IN delete- please help!!
using (cn) { OleDbDataAdapter adapter = new OleDbDataAdapter(); string queryString = "SELECT [a],[b] FROM [table]"; cn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + _conStrName + ";User Id=admin;Password=;"; OleDbConnection connection = new OleDbConnection(cn.ConnectionString); adapter.SelectCommand = new OleDbCommand(queryString, connection); OleDbCommandBuilder builder = new OleDbCommandBuilder(adapter); adapter.SelectCommand.CommandText = queryString;
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
urania
on 11/30/2009
Re: command builder problem IN delete- please help!!
in query builder, I don't need to write the sql code . update works nd so as insert. any idea how to help me?
Posted to
Access Databases and AccessDataSource Control
(Forum)
by
urania
on 11/30/2009
Re: a question about cazzini
can the other person see it on my local host? (http:\\localhost\appname...) can I install IIS on win XP home edition?
Posted to
Cassini Sample Web Server
(Forum)
by
urania
on 12/17/2008
a question about cazzini
I have cazzini on the computer. it runs ok! now I want another person to connect to see the website. the other persson can see other things on local host(I used tinyweb-doesn't suppot aspx) what to I need to do so the other person can see my app?(running) thanks
Posted to
Cassini Sample Web Server
(Forum)
by
urania
on 12/17/2008
Re: string manipulation
thank you all! let me be more specific I want to get a string, and manipulate it so I will generate a unick key from every string. hope it is clear now. thanks
Posted to
Getting Started
(Forum)
by
urania
on 12/12/2008
string manipulation
Hi all is there a library or a function that support string manipulation like combining all caracters of the string or change the order? thanks
Posted to
Getting Started
(Forum)
by
urania
on 12/11/2008
Re: connecting webservice using js/client side (not MS AJAX)
Hi James my problem is that I don't see js alert seems as even if the WS is working(I see it when I debug) the js result function is not being called thanks
Posted to
Getting Started
(Forum)
by
urania
on 12/10/2008
Re: connecting webservice using js/client side (not MS AJAX)
Is is based on the code above, but I am using my WS
Posted to
Getting Started
(Forum)
by
urania
on 12/10/2008
Re: connecting webservice using js/client side (not MS AJAX)
Hi al I have 2 problem 1. I doonno why it didn't work from the buttin. I get an error that ir doesn't know the buttin even though when I do "viewsource" I see the button with the correct id. 2.in the meanwhile I used div. seems the WS works, couse I put a breakpoint in it. the problem is I don't get the results from the WS. when I use F10 I see the function in the WS return the correct results but I donno how to get them back to the client side.. thanks ========== some code
Posted to
Getting Started
(Forum)
by
urania
on 12/10/2008
Page 1 of 3 (27 items) 1
2
3
Next >
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online