all groups > dotnet ado.net > june 2007 > threads for june 29 - 30, 2007
Filter by week: 1 2 3 4 5
How can I make Console::ReadLine accepts int? In other words.
Posted by Allen Maki at 6/29/2007 9:31:39 PM
Hi everybody,
I need your help.
I am using Visual C++ .NET
How can I make Console::ReadLine accepts int? In other words.
I know I can do this:
string* i = Console::ReadLine();
Can anybody tell me how can I do this:
int i = Console::Readline();
... more >>
insert doen"t work: version 2
Posted by Ben at 6/29/2007 9:05:15 PM
Hi,
This is version 2 of my story (in a previous post):
the first time, the record is inserted into the table of excel, but then all
following records are not inserted (and no error message ..) What could that
mean? Where to look for?
This is the first version of the previuos post:
i... more >>
How to auto add record creation date/time
Posted by VB Programmer at 6/29/2007 5:12:34 PM
In my ASPNETDB.MDF database I have a custom table, with a field called
"InsertionDate", which tells the user when the record was created. How do I
auto-populate this field whenever a record is created? Is this field
necessary for this type of info? Thanks
... more >>
Connection String Help
Posted by Charles A. Lackman at 6/29/2007 10:25:34 AM
Hello I am trying to connect to a liked table.
When I run this query a window pops up that wants a User Name and Password:
No User Name and Password is Required - If I click ok (without credentials)
the query runs fine. The problem is that I am trying to send the
credentials in my connecti... more >>
ADOnet and Sybase
Posted by Niraj at 6/29/2007 12:00:00 AM
I am using ADO to access data on a Sybase server. Everything works fine
until I quit my application where I try to close Ado connection and my
application hangs. I found that Connection.Close() method does not returns.
Any idea why? Is it a bug with Sybase Ole db provider?
Thanks.
... more >>
|