Hi ..I am new user of MS SDK. I am working on creating Projects, Reports using SDK.
While creation of Project Source (seen at root in MS Desktop), I am unable to link it to particular ODBC. I have used DSSDATASourceEnumerator Class for creation of Project Source.
If somebody is working on SDK...
I have a database which has n tier hierarchy eg.
idParent idCategory chrDescription
0 1 A
0 2 B
1 3 C
1 4 D
2 5 E
3 6 F
3 11 cc
3 12 cd
5 9 i
5 10 j
6 7 g
6 13 L
7 8 h
I am trying to implement this structure in a expandable and collapsable treeview - which is generated from the DB when ASP is...
I wanted to know whether there is a way to find out which button of the save dialog box (which is normally displayed while downloading any file from the net) the user clicked.
My problem is that i want to maintain a log of all the files downloaded by the user but if the user clicks the CANCEL...
hi simon,
I actually meant to find the primary key in the table being referenced in the ASP script.
Is there a way to find out the PK of the table I am querying in ASP.
Dear asha,
I guess u can write stored procedures and get the values from tables in recordsets and then u can retrieve column values from recordsets and convert them into XML.
Even I am new to XML, so i hope this will solve ur purpose to some extent.
Saurabh
Try this out..may be it could be of help...even i am new to xml and trying out stuff right now.....might get some help....
Dim a As New DOMDocument
a.loadXML (xmlfile)
x = a.documentElement.childNodes.length
'for loop for traversing the xml tags
For i = 0 To x - 1
MsgBox...
Please tell me why I am unable to upload images using CFFILE
The error comes in the first CFFILE tag of UPLOADBANNER.CFM
-----------------ERROR in UPLOADBANNER.CFM----------
The directory specified in the DESTINATION attribute of the CFFILE tag (i:\maxwell\banners\get_well.jpg) is not valid...
i am unable to initialize ASP Ad Rotator copmponent using CFOBJECT tag. Is there any way i can create instance object of AD ROTATOR and use it in CFML code and call the methods of the object.
Please tell me if OBJECT tag can be used and how can i call methods of AD ROTATOR using this tag.
i am inserting data in SQL table using CFGRID. But i have tried normal insert statements in the code and also through stored procedure..it does not show any error but does not insert the data also.......any help
Dear InternetOverlord,<br><br>I am facing a problem, can u see the code and help me...the error<br>""""""""""""""""""<br>ODBC Error Code = 37000 (Syntax error or access violation)<br>[Microsoft][ODBC SQL...
In CFGRIDCOLUMN i want to truncate values 1.00 to 1, but using numberformat attribute (_) is not working, it stops the showing of the grid result on the browser.<br><br>CFGRID is getting data from a DB query, which contains values as 1,2,3 and not as 1.00, 2.00.<br><br>suggest-------------
the problem was something else...i have 6 different arrays of input tags...and all arrays have 3 values i.e<br><br><input type=text name=rec1 value=(some value)><br><input type=text name=rec1 value=(some value)><br><input type=text name=rec1 value=(some value)><br><br><input...
How do i traverse the FORM collection. I have 5 input tags of same name in the form, whose name is rec1...how do i access rec1(0)...individual values of the array through CFML.<br><br>- Saurabh
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.