User Profile
Collapse
-
Use a Variable to Set the property of the work sheet($1,$2,etc ) and Create the package.
Change that variable to Ursheet 1, sheet 2, sheet 3 while executing it......Leave a comment:
-
Hi ,
thanks for your valuable suggestion. Can you please explain me what i want to wirte in onunload Event.. I tried to write a code there also. but no luck. :(
Thanks in adavance..!
-Ashwath...Leave a comment:
-
Avoiding closing Parent window before child close Javascript.
I have a problem, I have Javascript that opens a popup. I want to avoide the user from closing the parent window first. I dont want to use showDialog, I want to use window.open() only.. Is there any way to do that..? I already came to extent so i can able to give a prompt to user saying that Please close the child first.. But i am not able to control the flow. meaning it shows the message and close the window. Please help me over come this problem.... -
Sort string arrays using bubble sort
I am doing a program for Intro to Computer Programming where we take an array of strings and we must sort them alphabetically. we are supposed to use a bubble sort, but i know the code if meant for integers. How do i get a bubble sort to put names in alphabetical order? -
I am sorry that I made myself unclear, I do not need to query by date, rather I need the query to isolate data that meets criterion specific to time of day. this is because I need to return records that are shift specific.
The query draws from a table containing all the records from a date. So all the records are from say 1/1/2007. But now that the records from that date are isolated I need to split them again into shifts (and as...Leave a comment:
-
-
Needing help with time query
I am working with a linked table from another database; I cannot change the nature of this table. But I do have to query it for set shifts using a user input date. I made a make table query that isolates the data I need but I cannot get it to display the correct times mainly because of the way that the linked table keeps its time/date, here is its format;
MM/DD/YYYY TT:TT:TT AM/PM
I can get it to display correctly for... -
It is not possible to manipulate pages in frames that are not in the same domain.Leave a comment:
-
-
Thanks for the code, but it does not address multiple key value issue. For ex, if you changed main() like this,
Code:int main() { T a; a["text"] = "putin"; a["text2"] = "putin2"; printf("%s", (char*)a["text"]); return 0; }
Leave a comment:
-
Thanks for the correction. And your guess is correct. I am trying to create an array of strings indexed by strings. My problem is that I will create a place holder for the strings only in case of
myClass[s1]=s2; //creates memory for s1 and s2
and not in case of
s3=myClass[s1]; //doesn't create any thing. Just returns reference to indexed string
So the operator should behave differently...Leave a comment:
-
JPG offers compression. But with BMP, it is raw data. There is no compression. That is why bmp files are so huge....Leave a comment:
-
overloading [] operator
I am trying to overload [] operator like this.
char* myclass::operat or[](char* str)
{
....
}
Basically I should be able to handle these cases
char* c1=myclass["test"];
char* c2="test2";
myclass["test']=c2;
So, myclass["test"] can appear either in rhs or lhs of an expression. In my operator[] function which has... -
Like operator Multiple inputs.
Hi, I want to use the like operator with multiple inputs but get an error
This is wat i am doing
Select x,y,z from tableA
Group by x,y,z
Having x like(Select * from tableB)
table B has just one coloumn with string patterns.
If i do not use a sub query and just use a sub pattern like[] it works, but i need to compare multiople inputs
Any clue any one -
Yes i have a Sybase Client Installed
SQL advantage, am using its ODBC driver "Sybase system 11"...Leave a comment:
-
I did some searching in Google and found out i can connect to Sybase using
Sybase Adaptive Server IQ drivers..
I could not find them on the net though..if you know where i can find these drivers that would be great.
coz i think my problem is due to the Sybase System 11 driver.!Leave a comment:
-
The first step would be to get the connection,
I cannot run a query untill i link up the tables and see them in Access....Leave a comment:
-
Link Tables Error
Hi, I need help on this error.
I am trying to link tables from a Sybase Database to MS Access, using Sybase system 11.
I tried conneting to the database using SQL advantage and it does connect and is working.
But when i try to link tables via MS access it gives me this error ......WARNING rather
[INTERSOLV][ODBC SQL Server Driver][SQL SERVER]ASA error- 611 : Transact SQL feature not supported... -
These Numbers are seen as Alpha...
I am trying to make a quiz script but am not good at asp scripting. For example I couldn't pass a parameter as a number. But it is seen as a alphanumerical character. When I try to ad 5 to 14 it must be 19 but It results 514. The values coming from access database. The parameter's name is toplampuan (total point). Can you solve my problem?
sorugel.asp
[PHP]<html>
<head>
<meta http-equiv="Content-Type"...
No activity results to display
Show More
Leave a comment: