This commit is contained in:
zastian00@gmail.com
2019-08-01 12:56:59 +02:00
parent b40015afed
commit d1c48fe0ad
30 changed files with 4837 additions and 0 deletions

21
V-0.3/Login_u.dfm Normal file
View File

@@ -0,0 +1,21 @@
object DataUser: TDataUser
OldCreateOrder = False
Height = 396
Width = 655
object dtaUsers: TDataSource
DataSet = adoUser
Left = 168
Top = 128
end
object adoUser: TADOQuery
ConnectionString =
'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Users\mrfluffy\O' +
'neDrive\Documents\Embarcadero\Studio\Projects\pat\Users.mdb;Pers' +
'ist Security Info=False'
Parameters = <>
SQL.Strings = (
'INSERT INTO Login(Username) VALUES("'#39'+ sUser +'#39'")')
Left = 80
Top = 128
end
end