Guest User

Untitled

a guest
Jul 17th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Dim catalog as New ADOX.Catalog
  2. Catalog.Create("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\serverpathtodb.mdb")
  3.  
  4. using FirebirdSql.Data.FirebirdClient;
  5.  
  6. public static IDbConnection MyConnection()
  7. {
  8. FbConnection cn = new FbConnection("...");
  9. return cn;
  10. }
Add Comment
Please, Sign In to add comment