Guest User

Untitled

a guest
Nov 18th, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. import vtk
  2.  
  3. SQLiteDatabase = vtk.vtkSQLiteDatabase()
  4. SQLiteDatabase.CreateFromURL(r'sqlite://D:/TEMP/MyDatabase.db')
  5. SQLiteDatabase.GetURL()
Add Comment
Please, Sign In to add comment