Hey having problem finishing off unit test. My problem is with my code I want to set a timeout to say 10000. But cant use \'magic number\' as they say so use this method inside code to call the value
I have three systems, Sql Server Express only on one. I would access sql server on main pc from the other two to enter data into a database using a winform application.all three pcs are on LAN. what d
I\'m trying to write a java class to check if the webpage interface of my Maximo application is fully loaded or hanging. If it\'s hanging then a restart script will be run to restart the application.
Hi is it possible to use a properties file in GWT that contains database details and then just change it anytime if for example, your database details change? This file would be read by java.sql.开发者
Is there a way of checking if a connection will commit without throwing an exception? I know deferrable foreign key constraints are only enforced at transaction co开发者_StackOverflowmmit.
Is there any way to use a Microsoft Access files in an Android appli开发者_如何转开发cation?I do not believe there is any way to use a MS Access database with an Android application. Instead, you shou
I\'ve built a Silverlight 4 application that loads a collection of images, and organizes the images into \'levels\'. When the application loads, the default number of levels is 2, but the user is allo
I havean ssis package...which read data from fixed-column-width text file into DB table. And I am modifying an existing ssis package.
Am working on a enterprise application where multiple clients will work on the system. Used three tier architecture and in database layer we are using enterprise library 5 for all the database 开发者_
What I am trying to do is that I want to read a file using python, and th开发者_运维问答en with the data in the file, create a variable in c/c++(I don\'t want to read var from the file :) ).