i have a request that requires the use of a 2-byte header for an SSL transaction. i posted below the requirement and the code snippet where the 2-byte header designation would go. if anyone can offer any assistance into this, it would be greatly appreciated. thanks in advance. here is spec...
i am far ffrom an expert on coldfusion and need to implement some exisitng .net into CF...is this possible, if so could someone point me in the right direction...this below code is what i am trying duplicate in CF and below that is my attempt...
any help will be greatly appreciated...thanks...
here is a simple question, but just recently this issue is really causing havoc
imagine i have a stored proc that simply select some rows and it takes 10 seconds to run it query analyzer...now imagine i run this same query 2 times concurrently through query analyzer and now it takes 18 seconds...
i need to store this data returned from a recordset in some sort of an array or collection by looping through the result set:
key,f1,f2
1,aaa1,aaaa
1,aaa2,bbbb
1,aaa3,cccc
2,bbb1,aaaa
2,bbb2,bbbb
3,ccc1,aaaa
i would then need to retrieve all of the data by requesting the key
eg: i would...
how can i best store the XML string resulting from the query below...i presume inserting into an 'image' field would be the answer assuming these XML string will be very large...i was wondering if anyone has any way i can accomplish this inserting of the XML string into an 'image' field through...
i need to locate a dialog window(my request involves the ssl certificate dialog windows) and sendkeys to 'enter' hese two windows as they appear...i am running a web browser control in my application and dialog window displayed when i access the required page from the browser control...i need to...
sql server 2000
if i pass a stored proc a string of 1,2,3,4,5 for @var_view and p.preorder_postatus_id has an datatype of integer...how could i convert this variable to and integer so the query can process it
*btw...i am passing the string to the stored proc from coldfusion...
i need help with the following...i am no sql expert so keep in mind with my poor explanantion of what i am trying to do
sql server 2000
in my stroed proc i just inserted some number of records into a table, i now need to requery that table 'sql1.[csr-soi].dbo.btnlist' and get the value of the...
i have coldfusion running on a server w/IIS...coldfusion works fine with directories physically on that server...if i go into IIS and make a virtual directory pointing to a share located on another computer such as "\\filesvr1\devcode$" the coldfusion files are unaccessable and i get...
how do i use regular expressions to look for '\w{2,5}' but not have the result be a number by itself
i would want to match:(letter number combinations)
abc1a
1abcd
abcde
1234a
a4bcd
but not:(any integer without a letter)
12345
123
12
22222
any help will be greatly appreciated
thanks
keith
how do i use regular expressions to look for '\w{2,5}' but not have the result be a number by itself
i would want to match:(letter number combinations)
abc1a
1abcd
abcde
1234a
a4bcd
but not:(any integer without a letter)
12345
123
12
22222
any help will be greatly appreciated
thanks
keith
another regular expressions question...how would i go about parsing out the values from the examples below...i need the same pattern to parse all of the below examples using match...
something like
re.Pattern = "((/\w+).*?)"
Set Matches2 = re.Execute(Match1.SubMatches(2))...
does anyone know of any easy way using regular expressions to parse out these fields, i will be evaluating one line at time..below are some examples of the lines i will be evaluating
this is the desired output i wish to get for each line even if they dont have data in the fields...
i am trying to use regular expressions to parse the below file, i get most of the file parsed with a few exceptions...the file may look a bit malformed but if you copt it into notepad it should look OK....basically i am look to parse everything from the occurence of ---S&E near the top of the...
i am trying to use regular expressions to parse the below file, i get most of the file parsed with a few exceptions...the file may look a bit malformed but if you copt it into notepad it should look OK....basically i am look to parse everything from the occurence of ---S&E near the top of the...
i am trying to use regular expressions to parse the below file, i get most of the file parsed with a few exceptions...the file may look a bit malformed but if you copt it into notepad it should look OK....basically i am look to parse everything from the occurence of ---S&E near the top of the...
i am trying to use this pattern but wish to not include the second portion of the pattern in the match...i tried using lookahead with no luck...does anyone have any ideas on how to best accomplish this
re.Pattern = "((\s+\d+\s+\w+\s+/\w+\b).*?)(\s+\d+\s+\w+\s+/\w+\b)"
thanks
keith
i have this text file and i am trying to parse from each occurence of ALN to the next occurence into 4 fields...i am reading through the file LINE BY LINE and i am having problems figuring this one out.
this is hwo i am opeing the file...i would like to use this same method and continue to read...
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.