Click here to Skip to main content
15,898,134 members
Home / Discussions / C#
   

C#

 
Questionhow can i Pin
Friend4u13-Nov-06 8:50
Friend4u13-Nov-06 8:50 
AnswerRe: how can i Pin
ednrgc13-Nov-06 8:59
ednrgc13-Nov-06 8:59 
AnswerRe: how can i Pin
shopi3013-Nov-06 10:35
shopi3013-Nov-06 10:35 
QuestionCustom Button Background Pin
GoldenFrog13-Nov-06 8:12
GoldenFrog13-Nov-06 8:12 
AnswerRe: Custom Button Background Pin
Pradeep C13-Nov-06 10:28
Pradeep C13-Nov-06 10:28 
GeneralRe: Custom Button Background Pin
GoldenFrog13-Nov-06 11:14
GoldenFrog13-Nov-06 11:14 
GeneralRe: Custom Button Background Pin
Anthony Mushrow13-Nov-06 12:44
professionalAnthony Mushrow13-Nov-06 12:44 
QuestionCan't save after importing Access file Pin
Bjorn240413-Nov-06 7:42
Bjorn240413-Nov-06 7:42 
Hello,

I'm using an Access file as a data source but am having problems when it comes to saving to the "database." If I do not "copy the file into the project" it works fine but if I copy it into the project it won't save. I need to get it into the project.

Also, for this project I'm having a little bit of a problem with the SELECT query:

I'm taking a C# entry level course and the book we're using gives this example:

SELECT Bla, BLa, Bla.... FROM dbo.Addresses WHERE LastName = @lastName

I'm trying to do a query exactly like this but it gives me an error:

Error in WHERE clause near '@'. Unable to parse query text.

Using this query:

SELECT PartNumber, PartName, Description, Price, Quantity FROM Invoices WHERE PartNumber = @partNumber

If I ignore the error, the @partNumber parameter doesn't show up in the Adapter window.

Thanks

AnswerRe: Can't save after importing Access file Pin
George L. Jackson13-Nov-06 8:33
George L. Jackson13-Nov-06 8:33 
QuestionEditing File Properties Pin
digital_loser13-Nov-06 6:22
digital_loser13-Nov-06 6:22 
QuestionApplication.Run(new Form1()); Error Code Pin
Blekk13-Nov-06 6:10
Blekk13-Nov-06 6:10 
AnswerRe: Application.Run(new Form1()); Error Code Pin
Jon Hulatt13-Nov-06 6:28
Jon Hulatt13-Nov-06 6:28 
GeneralRe: Application.Run(new Form1()); Error Code Pin
Blekk13-Nov-06 6:30
Blekk13-Nov-06 6:30 
QuestionConcurrency violation Pin
Nadia Monalisa13-Nov-06 5:55
Nadia Monalisa13-Nov-06 5:55 
AnswerRe: Concurrency violation Pin
ednrgc13-Nov-06 9:01
ednrgc13-Nov-06 9:01 
GeneralRe: Concurrency violation Pin
Nadia Monalisa13-Nov-06 13:09
Nadia Monalisa13-Nov-06 13:09 
GeneralRe: Concurrency violation Pin
ednrgc14-Nov-06 2:50
ednrgc14-Nov-06 2:50 
GeneralRe: Concurrency violation Pin
Nadia Monalisa14-Nov-06 3:35
Nadia Monalisa14-Nov-06 3:35 
Questionhow to use saveFileDialog Pin
veluru krishna13-Nov-06 5:27
veluru krishna13-Nov-06 5:27 
AnswerRe: how to use saveFileDialog Pin
Jamie Nordmeyer13-Nov-06 5:38
Jamie Nordmeyer13-Nov-06 5:38 
GeneralRe: how to use saveFileDialog Pin
Blekk13-Nov-06 6:35
Blekk13-Nov-06 6:35 
GeneralRe: how to use saveFileDialog Pin
Jamie Nordmeyer13-Nov-06 6:40
Jamie Nordmeyer13-Nov-06 6:40 
GeneralRe: how to use saveFileDialog Pin
Blekk13-Nov-06 6:46
Blekk13-Nov-06 6:46 
GeneralRe: how to use saveFileDialog Pin
Jamie Nordmeyer13-Nov-06 6:52
Jamie Nordmeyer13-Nov-06 6:52 
GeneralRe: how to use saveFileDialog Pin
Blekk13-Nov-06 6:58
Blekk13-Nov-06 6:58 

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.