Borrado por confusión de versión
git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.RemObjects@55 b6239004-a887-0f4b-9937-50029ccdca16
This commit is contained in:
parent
02b1abd77d
commit
bb28fc5440
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,18 +0,0 @@
|
||||
858331a3f6627cb5edad897b81e92c24542c2bd4e224284f86f4c5de2870c8e989978bee712e8654cb8c5cd8561fb3171743b80a7feb5ccad349208813d00b770fcf30a8e4fbc32fcd93dde70a9d6e58a5a6c52a1dea4a386eee6feed7ad369613c7d827d99529c4011ee3868997e243ce5ecc5a9bc1335cf514a3a4132b4af75e5f4eb39bda490711376264a57456afd4a46bd9b82e9275ea9524f65a59c73171b66ac4253dfff1e494d1d6636aa5098fbf868e72f1e1623726c382f73d1f61d90630686fb32fa8c28fe81f2323d3aba1ad6246c656cd3dbbf0190388ab176c8046f59a95f0d052897af2e98175339d3cb31faad526412273d97d7598d7235e
|
||||
314ea6e3de0c5478f767a86d9dedc6d345aadc1821a9bffa4e1da6cbcd92bc27e88e3d81376fd316b2f4d0519278e58e3d67474ced1a4dd17b9b90ad1a907b18
|
||||
Name=Trial
|
||||
Email=Trial
|
||||
UserId=Trial
|
||||
Company=Trial
|
||||
LicenseType=Default
|
||||
ProductName=Data Abstract
|
||||
Version=5
|
||||
AllowBeta=0
|
||||
Trial=1
|
||||
SubscriptionEndDate=2008-11-30
|
||||
LicenseFileEndDate=2008-11-29
|
||||
StartDate=2008-11-26
|
||||
EndDate=2009-8-29
|
||||
P1=5523046978612394123
|
||||
P2=14746419013494857097
|
||||
P3=1587299007
|
||||
@ -1,14 +0,0 @@
|
||||
[Delphi]
|
||||
AdventureWorks=ADO?AuxDriver=SQLNCLI.1;Server=localhost;Database=AdventureWorks;Schemas=1;Integrated Security=SSPI
|
||||
Northwind=ADO?AuxDriver=SQLOLEDB.1;Server=localhost;Database=Northwind;Integrated Security=SSPI
|
||||
Employee=IBX?Server=localhost;Database=C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB;UserID=sysdba;Password=masterkey;
|
||||
|
||||
[.NET]
|
||||
AdventureWorks=MSSQL2005.NET?Database=AdventureWorks;Server=localhost;Integrated Security=SSPI
|
||||
Northwind=MSSQL.NET?Database=Northwind;Server=localhost;Integrated Security=SSPI
|
||||
Employee=FB.NET?Server=localhost;Database=C:\Program Files\Firebird\Firebird_1_5\examples\EMPLOYEE.FDB;UserID=sysdba;Password=masterkey;
|
||||
|
||||
[Descriptions]
|
||||
AdventureWorks_Description=Microsoft SQL Server 2005, localhost
|
||||
Northwind_Description=Microsoft SQL Server 2000, localhost
|
||||
Employee_Description=Firebird/Interbase, localhost
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,88 +0,0 @@
|
||||
[OneSchemaMethod-Delphi]
|
||||
var
|
||||
lDataSet:IDADataSet;
|
||||
begin
|
||||
{ This method body was auto-generated to retrieve the schema of your datasets.
|
||||
You can now modify it to suite your needs. }
|
||||
|
||||
{ ToDO: Rename the Schema reference below to match the name of your Schema component }
|
||||
|
||||
result := Binary.Create();
|
||||
lDataSet := %SCHEMA%.NewDataset(Connection, aDataSet);
|
||||
BinAdapter.WriteDataset(result, lDataSet, [woSchema], 0);
|
||||
end;
|
||||
|
||||
|
||||
[OneGetMethod-Delphi]
|
||||
var
|
||||
lDataSet:IDADataSet;
|
||||
begin
|
||||
{ This method body was auto-generated to retrieve the rows of your datasets.
|
||||
You can now modify it to suite your needs. }
|
||||
|
||||
{ ToDO: Rename the Schema reference below to match the name of your Schema component }
|
||||
|
||||
result := Binary.Create();
|
||||
lDataSet := %SCHEMA%.NewDataset(Connection, aDataSet);
|
||||
BinAdapter.WriteDataset(result, lDataSet, [woRows], -1);
|
||||
end;
|
||||
|
||||
|
||||
[OneUpdateMethod-Delphi]
|
||||
begin
|
||||
{ Implement yourself ;-}
|
||||
result := nil;
|
||||
end;
|
||||
|
||||
|
||||
[SchemaMethodPerDataSet-Delphi]
|
||||
var
|
||||
lDataSet:IDADataSet;
|
||||
begin
|
||||
{ This method body was auto-generated to retrieve the schema of your %DATASET% dataset.
|
||||
You can now modify it to suite your needs. }
|
||||
|
||||
{ ToDO: Rename the Schema reference below to match the name of your Schema component }
|
||||
|
||||
result := Binary.Create();
|
||||
lDataSet := %SCHEMA%.NewDataset(Connection, %DATASET%);
|
||||
BinAdapter.WriteDataset(result, lDataSet, [woSchema], 0);
|
||||
end;
|
||||
|
||||
|
||||
[GetMethodPerDataSet-Delphi]
|
||||
var
|
||||
lDataSet:IDADataSet;
|
||||
begin
|
||||
{ This method body was auto-generated to retrieve the rows of your %DATASET% dataset.
|
||||
You can now modify it to suite your needs. }
|
||||
|
||||
{ ToDO: Rename the Schema reference below to match the name of your Schema component }
|
||||
|
||||
result := Binary.Create();
|
||||
lDataSet := %SCHEMA%.NewDataset(Connection, %DATASET%);
|
||||
BinAdapter.WriteDataset(result, lDataSet, [woRows], -1);
|
||||
end;
|
||||
|
||||
|
||||
[UpdateMethodPerDataSet-Delphi]
|
||||
begin
|
||||
{ Implement yourself ;-}
|
||||
result := nil;
|
||||
end;
|
||||
|
||||
[GetSchemaXmlMethod-Delphi]
|
||||
begin
|
||||
{ This method body was auto-generated to allow access to your XML schema.
|
||||
You might want to disable this functionality in release builds for security
|
||||
reasons by putting in the FDEFs below. }
|
||||
|
||||
{ ToDo: Rename the Schema reference below to match the name of your Schema component }
|
||||
|
||||
{.$IFDEF RELEASE_BUILD}
|
||||
result := Binary.Create();
|
||||
%SCHEMA%.SaveToStream(result);
|
||||
{.$ELSE}
|
||||
{ result := nil; }
|
||||
{.$ENDIF RELEASE_BUILD}
|
||||
end;
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,18 +0,0 @@
|
||||
6aea9dd6c35821483bcdabeab181cc2200cdc937837364a66de483b256b8869a7052c450228af4efeca699d550f0b6814fc3d00373f8e8eba7e572e90246813da76f16f53d68e9138831de9714263b6801de791a86b053335babcdd5ebc98864af8e51f0eeb2c2f457af88dbb790d51c8b8f76ad87808d0bc5526bb59f3a8d619c3652fb34e3056d3914832fc6244c9e0cad62bc45ac35bfbdacf027a987e3464ee1b7e63dbb9650d026d2b2d75320fbe3aa941ae0614fb55eed1b461bac4d333f195d0bd1e4bc1e614c2f1afa4af374099ee1d2f89a5afe121e1e4d9a7c6ec3bcd09c5fce9ad10c2f3bef8f03f972e627e39a90d9483874921c596bac89e9a1
|
||||
9c742c30b84e748c62e0a3bb5eae16c78f0e4b2e91340cea7cc82577d592a22d415bd7263eab121b77305b69d451decac7ce86e9a48ef514c9f05c7a41f5a96a
|
||||
Name=Trial
|
||||
Email=Trial
|
||||
UserId=Trial
|
||||
Company=Trial
|
||||
LicenseType=Default
|
||||
ProductName=RemObjects SDK
|
||||
Version=5
|
||||
AllowBeta=0
|
||||
Trial=1
|
||||
SubscriptionEndDate=2008-11-30
|
||||
LicenseFileEndDate=2008-11-29
|
||||
StartDate=2008-11-26
|
||||
EndDate=2009-8-29
|
||||
P1=1583382467081675895
|
||||
P2=10806754501964138869
|
||||
P3=3303272454
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user