- VERSION 4.11.18

- Se agregó Marquez para el envío y validación de infromación.
This commit is contained in:
Jose Alberto Guerra Ugalde
2024-11-18 20:18:43 -06:00
parent d23550e03d
commit 1899de4635
7 changed files with 589 additions and 13 deletions

View File

@@ -9,7 +9,7 @@ Sub Class_Globals
Private mTarget As Object
Type DBResult (Tag As Object, Columns As Map, Rows As List)
Type DBCommand (Name As String, Parameters() As Object)
dim link As String
Dim link As String
Private bc As ByteConverter
Private T_NULL = 0, T_STRING = 1, T_SHORT = 2, T_INT = 3, T_LONG = 4, T_FLOAT = 5 _
,T_DOUBLE = 6, T_BOOLEAN = 7, T_BLOB = 8 As Byte