I use following C# code, but there is always a System.AccessvilationException Path path = new Path("D:\IdealAirSystem.sql"); SqlFile sqlFile = new SqlFile(path);
Is this the correct way to use SqlFile? (The sql file is existed at that path)
First time here? Check out the Help page!
1 | initial version |
I use following C# code, but there is always a System.AccessvilationException Path path = new Path("D:\IdealAirSystem.sql"); SqlFile sqlFile = new SqlFile(path);
Is this the correct way to use SqlFile? (The sql file is existed at that path)
2 | No.2 Revision |
I use Using the following C# code, but there is always a System.AccessvilationException System.AccessViolationException
Path path = new Path("D:\IdealAirSystem.sql");
SqlFile sqlFile = new SqlFile(path);SqlFile(path);
Is this the correct way to use SqlFile?
(The sql file is existed exists at that path)
3 | No.3 Revision |
Using the following C# code, there is always a System.AccessViolationException
Path path = new Path("D:\IdealAirSystem.sql");
Path("D:\IdealAirSystem.sql");
SqlFile sqlFile = new
SqlFile(path);
SqlFile(path);
Is this the correct way to use SqlFile? (The sql file exists at that path)
4 | No.4 Revision |
Using the following C# code, there is always a System.AccessViolationException
Path path = new
Path("D:\IdealAirSystem.sql");Path("D:\\IdealAirSystem.sql");
SqlFile sqlFile = new SqlFile(path);
Is this the correct way to use SqlFile? (The sql file exists at that path)
5 | retagged |
Using the following C# code, there is always a System.AccessViolationException
Path path = new Path("D:\\IdealAirSystem.sql");
SqlFile sqlFile = new SqlFile(path);
Is this the correct way to use SqlFile? (The sql file exists at that path)