WIP: Database with sql connection object

This commit is contained in:
Jonathan Jenne
2022-11-02 09:01:42 +01:00
parent 4b098622d2
commit 95a0e578da
5 changed files with 58 additions and 38 deletions

10
Database/Helpers.vb Normal file
View File

@@ -0,0 +1,10 @@
Public Class Helpers
Public Shared Function MaybeEscapeSQLCommand(pSQLCommand As String) As String
End Function
End Class