TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Any PHP class to convert MS access tables to MySQL?

1 点作者 ahmedaly大约 14 年前
Hi.. I am working on a web project which lets users upload ms access files, and data should be submitted to MySQL DB, and then displayed to the user in a control panel.<p>I can't find any PHP class that would help me do that.. or even a point where I can start from.<p>Any thoughts or help about that? Thanks so much in advance, Ahmed.

2 条评论

modulow大约 14 年前
That's not really what Hacker News is for...why don't you go to <a href="http://stackoverflow.com" rel="nofollow">http://stackoverflow.com</a> and ask there?
评论 #2497139 未加载
jrsmith1279大约 14 年前
Is it possible that these users could export the MS Access files to CSV? Importing CSV in to MySQL using PHP is pretty easy, but I'm not coming up with anything for doing it with MS Access files.