| 1957 | |
| 1958 | |
| 1959 | IAttachment* RProvider::createDatabase(CheckStatusWrapper* status, const char* fileName, |
| 1960 | unsigned int dpbLength, const unsigned char* dpb) |
| 1961 | { |
| 1962 | /************************************** |
| 1963 | * |
| 1964 | * g d s _ c r e a t e _ d a t a b a s e |
| 1965 | * |
| 1966 | ************************************** |
| 1967 | * |
| 1968 | * Functional description |
| 1969 | * Create a nice, squeeky clean database, uncorrupted by user data. |
| 1970 | * |
| 1971 | **************************************/ |
| 1972 | |
| 1973 | return create(status, fileName, dpbLength, dpb, false); |
| 1974 | } |
| 1975 | |
| 1976 | |
| 1977 | IAttachment* Loopback::createDatabase(CheckStatusWrapper* status, const char* fileName, |