Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
GeneralXbox 360 Development with the .NET Framework Petition Pin
jamesthurley11-Oct-05 10:40
jamesthurley11-Oct-05 10:40 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
Wjousts11-Oct-05 10:49
Wjousts11-Oct-05 10:49 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
XRaheemX11-Oct-05 11:05
XRaheemX11-Oct-05 11:05 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
Tom Larsen11-Oct-05 11:09
Tom Larsen11-Oct-05 11:09 
GeneralRe: Xbox 360 Development with the .NET Framework Petition Pin
leppie11-Oct-05 16:13
leppie11-Oct-05 16:13 
QuestionWaitHandle.WaitAny Pin
AISchreiber11-Oct-05 10:21
AISchreiber11-Oct-05 10:21 
AnswerRe: WaitHandle.WaitAny Pin
leppie11-Oct-05 16:19
leppie11-Oct-05 16:19 
QuestionDataset database issues Pin
cvncpu11-Oct-05 9:47
cvncpu11-Oct-05 9:47 
I have this function:
[WebMethod]<br />
public string SetUserInfo(string AuthID, DataSet dg2)<br />
{<br />
        if (AuthID=="********")<br />
        {<br />
                Oconn.Open();<br />
                da.Update(dg2);<br />
                Oconn.Close();<br />
                return "it seems to have worked.";<br />
        }<br />
        else<br />
        {<br />
                return "Your Authentication Failed";<br />
        }<br />
<br />
}<br />

and this is my da (dataAdapter) var:
public SqlDataAdapter da = new<br />
SqlDataAdapter();


but it keeps coming back with an error: "Update unable to find
TableMapping['Table'] or DataTable 'Table'"

http://digg.com
AnswerRe: Dataset database issues Pin
Bahadir Cambel11-Oct-05 13:57
Bahadir Cambel11-Oct-05 13:57 
AnswerRe: Dataset database issues Pin
albCode13-Oct-05 21:16
albCode13-Oct-05 21:16 
QuestionAppDomain and unloading assemblies Pin
mirano11-Oct-05 9:38
mirano11-Oct-05 9:38 
AnswerRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 11:09
sitebuilderDavid Stone11-Oct-05 11:09 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 12:11
mirano11-Oct-05 12:11 
GeneralRe: AppDomain and unloading assemblies Pin
David Stone11-Oct-05 12:36
sitebuilderDavid Stone11-Oct-05 12:36 
GeneralRe: AppDomain and unloading assemblies Pin
leppie11-Oct-05 16:25
leppie11-Oct-05 16:25 
GeneralRe: AppDomain and unloading assemblies Pin
mirano11-Oct-05 21:50
mirano11-Oct-05 21:50 
AnswerRe: AppDomain and unloading assemblies Pin
S. Senthil Kumar12-Oct-05 19:33
S. Senthil Kumar12-Oct-05 19:33 
QuestionWindows Services - Launching an application/DLL Pin
DumpsterJuice11-Oct-05 9:27
DumpsterJuice11-Oct-05 9:27 
AnswerRe: Windows Services - Launching an application/DLL Pin
Tom Larsen11-Oct-05 10:45
Tom Larsen11-Oct-05 10:45 
QuestionCheck the active tasks Pin
ventomito11-Oct-05 8:36
ventomito11-Oct-05 8:36 
AnswerRe: Check the active tasks Pin
Dave Kreskowiak11-Oct-05 9:43
mveDave Kreskowiak11-Oct-05 9:43 
QuestionOpening External Applications Pin
budidharma11-Oct-05 8:00
budidharma11-Oct-05 8:00 
AnswerRe: Opening External Applications Pin
XRaheemX11-Oct-05 8:07
XRaheemX11-Oct-05 8:07 
QuestionConfusion on how Firewall works Pin
chettu11-Oct-05 7:56
chettu11-Oct-05 7:56 
AnswerRe: Confusion on how Firewall works Pin
XRaheemX11-Oct-05 8:04
XRaheemX11-Oct-05 8:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.