Hi,I know about stored procedures and that they can speed up data entry via theSQL ''insert '' statement.However, one drawback to this method is that using the stored procedurestill requires one to manually and individually enter each and every recordto be inserted to the database before the procedure is executed.I want to circumvent this tedium by finding a way to use maybe a VBapplication that prompts a user for the data to be entered into each recordand then stores it to the table.This seems easier (is there an even EASIER way?) than creating a text fileand then executing it.Thoughts or comments desired, thanks. 解决方案 这篇关于自动化数据输入的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-13 14:44