1

I have .dll file in my project,i want to access the .dll file and retrieve the data from the database fields using swift.i didn't get any idea to retrieve the information.I am new to iOS development any advice would be greatly appreciated! Thank you.

Raghuram
  • 1,651
  • 2
  • 12
  • 17

1 Answers1

0

dll(Dynamic-link library) file is a microsoft extension file. It cannot be read in iOS or using swift.

For more information read here

Community
  • 1
  • 1
ipraba
  • 16,485
  • 4
  • 59
  • 58