blah blah blah is here! blah blah » Close

0
votes
1 answers

C#: SQL Reader filled but never enters in the while

What is wrong with: [code] string Server = "10.101.1.157"; string Username = "Sa"; string Password = ""; string Database = "Inv"; ...

0
votes
1 answers

help in sql query execution

hi i m trying to add a record in a table an auto serial no is generated for that record i need to add some more records in other table but i need that serial no as reference so after insert i try to read back that value but giving me error ...

1
votes
1 answers

Binary Files

Dear All, Anybody know what is binary files? And How to write them in C#. I have been using streamreader and streamwriter to work with a text file but I have no idea of the binary file. Kindest Regards, E

Feedback