Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Perl > Perl Misc > module for MSCRM?

Reply
Thread Tools

module for MSCRM?

 
 
hymie!
Guest
Posts: n/a
 
      03-16-2011
Greetings.

My company has recently switched to MS CRM, and I now need to port all of
our perl programs to use the new database.

Is there a perl module for MS CRM? I couldn't find one on cpan, but my
search-fu is not strong.

Thanks.

--hymie! http://lactose.homelinux.net/~hymie
 
Reply With Quote
 
 
 
 
Justin C
Guest
Posts: n/a
 
      03-18-2011
On 2011-03-16, hymie! <> wrote:
> Greetings.
>
> My company has recently switched to MS CRM


Abandon ship!!

Sorry, seriously though, I don't know. Doesn't the CRM drive SQL,
surely there's a database underneath it somewhere? Wouldn't that be
what you want to talk to?

Justin.

--
Justin C, by the sea.
 
Reply With Quote
 
 
 
 
hymie!
Guest
Posts: n/a
 
      03-23-2011
Wow. I could have sworn I posted a response to this, but I can't seem
to find it on my news server.

In our last episode, the evil Dr. Lacto had captured our hero,
Justin C <>, who said:

>On 2011-03-16, hymie! <> wrote:
>Sorry, seriously though, I don't know. Doesn't the CRM drive SQL,
>surely there's a database underneath it somewhere? Wouldn't that be
>what you want to talk to?


Because the database is an ugly mess of poorly-named tables which I
would rather not have to deal with, and assorted other wheels I would
rather not have to reinvent. The software, on the other hand, should
know all of this information already.

For example, my "primary" table has four fields. Each field contains
a numeric value. Somewhere in the database are tables that related these
numeric values to the text values I need. Those tables have names like
AR090109. There are a few dozen tables with names like that. I don't
want to have to figure out what each table is, when I can in theory just
ask the CRM "If the GUI would have displayed a text value, what would it
have been?"

Also, my copy of freetds does not work with UTF-8, which is apparantly
what one of my fields is encoded in. freetds seems to have disappeared;
at least, I can't find it, although my google-fu is admittedly very weak.

--hymie! http://lactose.homelinux.net/~hymie
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: module docstring, documentation,anything? please note is the module type/object NOT some module Maric Michaud Python 0 06-24-2006 12:42 PM
Re: Http Module Problem: not all requests hit my module why? Jiong Feng ASP .Net 2 11-29-2003 05:14 PM
how does the main module notice when I change a module Marcus Schneider Python 2 08-16-2003 05:39 AM
Python-2.3b1 bugs on Windows2000 with: the new csv module, stringreplace, and the re module Daniel Ortmann Python 4 07-02-2003 03:23 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57