CRM Software - CABC | Maximizer | Maximizer Add-ons | Services | Support | Store | News

    Find out about Linktracker for Maximzier
CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Support    UDF ODBC How can Update
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Member
Posted
How can user defined fields be updated via the maximizer odbc driver.

I tried the following:

update U_SkillA set U_SkillA='newval' where clientid='01222236655C'

insert into U_SkillA (clientid,U_SkillA) values('01222236655C','newval')

Can someone help me?
 
Posts: 17 | Registered: July 18, 2004Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of Gord
Posted Hide Post
The following worked for me:

INSERT INTO U_SKILLA ( Client_Id, Contact_Number, U_SkillA )
SELECT '040704000011010294922C' AS Expr1, 0 AS Expr2, 'newval' AS Expr3
 
Posts: 724 | Location: Canada | Registered: July 14, 2000Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Thanks

I will try it

Tobie
 
Posts: 17 | Registered: July 18, 2004Reply With QuoteEdit or Delete MessageReport This Post
Member
Posted Hide Post
Hey Tobie, how are you accessing the maximizer data via the Maximizer ODBC driver?

Like via VB, C#, C+ ?


I have no problem accessing it with Pervasive's ODBC Engine Interface but I cant figure out a the connection string to connect using Maximziers ODBC driver which I need (Rather than the pervasive one).

If you have a snippet or something, would you mind posting it here?


-Ben
 
Posts: 11 | Registered: August 20, 2004Reply With QuoteEdit or Delete MessageReport This Post
Master
Picture of Gord
Posted Hide Post
>I cant figure out a the connection string to connect using
>Maximziers ODBC driver

Create a System DSN and use that.
 
Posts: 724 | Location: Canada | Registered: July 14, 2000Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

CABC    Maxtalk  Hop To Forum Categories  Maximizer CRM Software  Hop To Forums  Maximizer Support    UDF ODBC How can Update

© CABC Ltd 2002 - 2005. All Rights Reserved.
Maximizer is a trademark of Maximizer Software inc.