Hello!
I have a console application that works with a SQL Database. And I have some basic questions:
[1]
Console.WriteLi ne("City name: ");
this["ctName"] = Console.ReadLin e();
It compiles. But doesn't stop for me to write the city name. Why? What's the other way?
[2]
I wanna show in the screen all the table rows and columns and your registers for me to choose one and see separatedely. How can I start?
Sorry for this terrible questions, but I wanna do this on Console just to pratice.
I'll be pleased with some help, thanks.
I have a console application that works with a SQL Database. And I have some basic questions:
[1]
Console.WriteLi ne("City name: ");
this["ctName"] = Console.ReadLin e();
It compiles. But doesn't stop for me to write the city name. Why? What's the other way?
[2]
I wanna show in the screen all the table rows and columns and your registers for me to choose one and see separatedely. How can I start?
Sorry for this terrible questions, but I wanna do this on Console just to pratice.
I'll be pleased with some help, thanks.
Comment