Hi I'm new in tek-tips, at my company we are trying to create a website that will give access to our customers to inquiry about the orders that they have placed. right now we got it to work by pulling the information using VI and recreating the database on a webserver. but I wanted to try and see how much will the performance of the pulling of the data increase if I write an application that will pull the data and feed it directly on to the webserver database using c# or java instead of the painfully slow VI.