Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~475 People Reached
Favorite Forums
Member Avatar for danuzje

Hello everyone! First of all this is about DataSets. I made a table with some examples in MS Access and now I need to add new rows into this table from C# console application. I added DataSet (MSAccessBase) and used TableAdapter for adding MS Access's table into project Solution. I …

Member Avatar for thines01
0
261
Member Avatar for danuzje

Hello, I have a problem with one basic method - saving a text file. I have no idea why it doesn't work: [CODE] static void Main() { Console.Write("Write the statement:"); string statement = Console.ReadLine(); Console.Write("Write the name of the file:"); string file_name = Console.ReadLine(); StreamWriter file = new StreamWriter("c:\\" + …

Member Avatar for sknake
0
214