|
SetFieldData
8/15/2007 10:28:48 AM
(Total replies: 0)
|
| Hi,
Does the SDK function SetFieldData work in ASP? I can't get it to update my database. No error is returned when I execute the code. I'm using SDK 5.
<%@ Language=VBScript %>
<!--#include file="askSam.asp"-->
<%
File_Path = Server.MapPath("./")
File_Name = File_Path + "\bibl.ask"
Set asksam = Server.CreateObject("ASKSAM.EngineCtrl.5")
Search = Request.Form("SearchTerm")
asksam.OpenASFile File_Name, ASOF_READWRITE, ASOF_READWRITE
If asksam.IsFileOpened Then
Doc_Id = ... |
|
|
|
Problems with SetFieldData
9/28/2005 9:50:17 AM
(Total replies: 1)
|
| I'm having problems with SetFieldData - it just wouldn't change the field no matter what I do. I thought perhaps there is a problem with my database/document, but I've tried the example provided with the SDK and it didn't work. Here's what I've got as an output from Test_SetFieldData:
Document was: 1383847
set the field of the document
1024 : 0
Field Data:
Any help will be appreciated.
Thanks,
Artem. |
|
|
|
Re: Problems with SetFieldData
9/28/2005 10:03:23 AM
(Total replies: 0)
|
| As provided in the SDK examples Test_SetMultiFieldData works, Test_SetFieldData doesn't work.
Was anyone else able to get Test_SetFieldData working? |
|
|
|
using SetDocName
2/22/2005 9:52:23 AM
(Total replies: 0)
|
| I'm trying to assign document names, and I have been unsuccessful so far. Has anyone used SetDocName? I can't get it to work in C#. In the documentation it says "This method is not currently being used." Is there a workaround?
thanks,
Artem. |
|
|
|
Getting askSam SDK
1/8/2004 2:06:32 PM
(Total replies: 1)
|
| Hi,
This may sound like a dumb question, but where can I get the askSam SDK?
Thanks. |
|