Search results

  1. D

    How to secure application ?

    I'm almost finished software, and I have to deploy now. I'm wondering, what is the best way to secure software ? Is MDE secure enough ? Or, is it possible, just like in VB , to create "dll" file, and to put code in dll file, and call it from forms, reports ? thanks in adv
  2. D

    Send Matrix to SQL ??

    Does anybody has idea for following : I should send matrix to SQL from Microsoft Access For example : One Person has more Certificates , and table PersonCertificates looks like this: PersonID ----- EducationInstitutionID ------ Certificate 1 ---------- 1----------------------...
  3. D

    Insert null values into Date and Integer data type

    Hello guys, Does anybode has any idea, of how to do that ? I can do it very easy in VB.NET, or C#, but in Access I give up. So, I have to take data from the form , and send it to Sub. With data type of String , I have no any problem, use Nz funciton, end everything, goes well. But with Date...
  4. D

    Send Null values in Date and Integer data type ???

    Hello guys, Does anybode has any idea, of how to do that ? I can do it very easy in VB.NET, or C#, but in Access I give up. So, I have to take data from the form , and send it to Sub. With data type of String , I have no any problem, use Nz funciton, end everything, goes well. But with...
Back
Top Bottom