Weblog Of Nirandas | home

Developer From INDIA

Generating tables for MySql providers

clock September 5, 2009 09:07 by author Nirandas

 While using MySQL connector/Net V6 and it's membership provider, the provider doesn't create tables it requires automaticly. After searching through internet, I got the solution. An extra attribute should be specified in order to create the schema automaticly.

More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Redirecting the console output to a stream

clock September 4, 2009 09:16 by author Nirandas

Here is the code:

StreamWriter stream = new StreamWriter(“output.txt” );
stream.AutoFlush = true;
Console.SetOut(stream);

More...

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Who Am I?

I am Nirandas - a developer from INDIA

Sign in