In our office we have setup TFS for project development. The TFS Server is WIN 2003 server SP2 with VSTFS 2008 and is running fine. Now we need to setup a TFS Proxy server on client site for client to
I am trying to connect to mysql from java web application in eclipse. Connection con = null; try { //DriverManager.registerDriver(new com.开发者_如何学编程mysql.jdbc.Driver());
I\'m trying to show a different image when the button is disabled; I thought it would be easy with triggers.
I am experiencing problems creating a connection pool in glassfish v3, just for reference i am using the Java EE glassfish bundle.
Need code to create the connection pool in java? How does we make sure that connection pool doesn\'t return the same object which is already in use?
I\'m working in flashbuilder 4 (flex4?), and am being asked to create the client-side data services integration \'layer\' in a flex app.There is another team working on the actual UI/Presentation.Both
I\'m working with a rails app which plays mp3s. Is there a way to catch the request for the mp3 file with ruby, reformat the request(url), and pass th开发者_运维问答e request along?
I\'m getting timeouts with a very basic EF statement.I\'m simply doing a select from a single table with a Entity.Title.StartsWith(\"test\") and a .Take(25).When I run this for a search that returns n
I\'ve published my new website , In my computer it works fine and no problem , But in the Server I when some user connect at the same time it crash .
Have a PHP/MySQL form with a dropdown box containing a list of 350 names.When any random name is selected, sometimes it works & displays info about that name from the database, and sometimes the f