开发者

Is there a difference between mac and windows databases?

开发者 https://www.devze.com 2023-03-17 22:51 出处:网络
I am writing an iphone application;I want to learn that is there a downside if i do it with wind开发者_运维技巧ows?I am going to implement that database into a server and send sql queries with iphone.

I am writing an iphone application;I want to learn that is there a downside if i do it with wind开发者_运维技巧ows?I am going to implement that database into a server and send sql queries with iphone.


If I understand correctly, you're asking if running your backbone on a Windows or Mac server makes any difference when creating an iPhone application.

The short answer is no, it doesn't matter what backbone you're using. If you're accessing the db using web services, it most definitely doesn't matter at all.

However, if you're accessing the database directly, you should be sure that you have the proper iPhone libraries available for the DBMS you want to use (MySQL, Oracle, SQL Server etc.). If you have crappy libraries, you'll probably run into a lot of trouble.

So to sum up:

  • Windows or Mac server makes no difference
  • Make sure you have good iPhone libraries if accessing the database directly

Hope that helps.


The question is slightly vague as there are many databases some cross platform and some platform specific.

It would depend on the database you decide to use. You can't run MSSQL on a MAC. MYSQL is cross platform and work would on both. I imagine the performance would be pretty similar and the sql scripts would be the same.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号