Compilation Error 
Description: An error occurred during the compilation of a resource
required to service this request. Please review the following specific
error details and modify your source code appropriately. 

Compiler Error Message: CS1002: ; expected

Source Error:

 

Line 11:        Selektion = Request("Selektion");
Line 12: 

HIER (13) !!!! Da fehlt doch das ; gar nicht

Line 13:        OleDbConnection myConnection = New
OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA Source=" +
Server.MapPath("../../../~db/itawegman.mdb"));



Line 14:        
Line 15:        myConnection.Open();
 


| [aspdedotnet] als [email protected] subscribed
| http://www.dotnetgerman.com/archiv/aspdedotnet/ = Listenarchiv
| Sie k�nnen sich unter folgender URL an- und abmelden:
| http://www.dotnetgerman.com/listen/aspDEdotnet.asp

Antwort per Email an