Guys please help I'm losing it. I'm trying to copy or backup my existing db table at button click using an sql query in visual studio 2010 C#. I keep getting the same error and batle to figure out what the fault could be.
#######I first tried....
string sqldatex = "Select * Into NewTable From...
Please help, i have a colomn in my SQL database called "Actual" it is set to data type "time(8)"
Through a web app designed in asp .net....on Onclick event of a button...I'm trying to take a value of a text box and update my DB table as follow:
string txt = tb.Text;
string query = "Update Jobs...
Please help
I need to know how i could nevigate to a page without it being read from cahe...currently i achieve this by first navigating to a page then once loaded, i do a refresh2 ....is it possible to attain the same result without having to do a refresh. See what i do below:
objIE.Navigate...
Please assist
Is there a way to find and delete all MS Word Temp (.TMP) and Backup (.WBK) files from my PC. (Running on Win 7 OS).
Problem is I'm running some script that occassionally opens a specific word doc, writes to it, saves and closes it. After several runs of this, somehow the word doc...
Please help
I would like to open a word doc that's in the same folder as my vbs...i don't want to have to specify the whole path. What I have is the following:
set word = createobject("word.application")
word.visible=true
Word.Documents.Open "C:\Whatever\Other\max.docm"
I have tried:
set...
Guys please assist
I am trying to figure out a way to search for a string on an active window. I know how to do this on an IE Browser window, but is it possible on a normal application window. The code would basically need to search if a particular string appears on that active application window.
Guys please help. I have been tasked to create a php page that would connect to an Oracle DB given the below:
Table name that is holding the Solutions info is called: REMMIS2.PBM_SOLUTION_DATABASE
Please see below the TNS connection string.
User id = myid
Password = mypass
REMPRD02=...
Guys please assist: I have a series of scripts I’ve written in vbs. These serve to compile some report we require at random intervals. These scripts run on a standalone PC located across the room. Currently when we need the report, we have to walk over and double click the first .vbs script...
Hell I'm so frustrated even my typing is out the window, I'm closer to deadline and cannot seem to figure this out. I had taken it for granted and left it for last minute.
Find "Invalid","https://10.182.218.169:9448/PAS_Africa_Botswana/logonWF.do"
Function Find(StrString,URL)
Titre = "Find a String in a webpage"
'URL = "https://10.182.218.169:9448/PAS_Africa_Botswana/logonWF.do"
Set ie = CreateObject("InternetExplorer.Application")
Set objFSO =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.