Delphi pat

This commit is contained in:
zastian00@gmail.com
2019-07-31 19:45:44 +02:00
parent 98c05db9ab
commit b40015afed
27 changed files with 4774 additions and 0 deletions

21
V-0.2/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