Hi all i have tested my webstie in asp.net and it works on my pc well.
When i upload it to the server and test it...it allows me to login and takes me to the insert record page. Which it should do.
But when i want to view records (view_records.aspx). Which has datagrid all the patients. I get the following error msg?
could some1 plz help sort this out.... am really dont know why its doing it. Plus doesn't even give me a descriptive error...where to start looking.
am using access db at the moment....
many thanks
When i upload it to the server and test it...it allows me to login and takes me to the insert record page. Which it should do.
But when i want to view records (view_records.aspx). Which has datagrid all the patients. I get the following error msg?
Code:
System.Data.OleDb.OleDbException: Not a valid file name.
at System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr)
at System.Data.OleDb.OleDbConnection.InitializeProvider()
at System.Data.OleDb.OleDbConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Exception: The DefaultView was requested but no tables yet exist.
at DreamweaverCtrls.DataSet.get_DefaultView()
could some1 plz help sort this out.... am really dont know why its doing it. Plus doesn't even give me a descriptive error...where to start looking.
am using access db at the moment....
many thanks