Getting a handle on Object Properties through Link Templates in AutoCAD from SQL - sql

I have searched high and low for some help regarding AutoCAD Link Templates.
I have managed to create a connection between AutoCAD and my SQL server. I am able to view the servers tables from AutoCAD.
My next task is to find a way to create a link between the properties of an Object in my drawing (eg. The text of a Label) to a row in my SQL table, To the point where I could change the value of that row in SQL, and it would change the text value of the object within my AutoCAD.
Like I said i am struggling to find sources of information or any help at all with achieving this. Which is why I am here now asking if anyone could give me and help or advice with how I would achieve this.
Anything is appreciated, thank you in advance.

I know links are looked down on but a very brief Google search (link AutoCAD and database) brought back a LOT of relevant links. Here's the first one, directly from Autodesk: About Database Links and Link Templates

Related

Object Detection using R-CNN/YOLO with R

Please help! I’ve been reading online for days and just can’t seem to get a good starting point on this concept.
Would someone please be able to show/write a very short example of R code on how to create an object detection script. I would be so grateful!
I want to read in a few images to reference a car (i.e., car.pngs). Then compare with a few images in a folder to see if a car is present in those images (i.e., file1.png, file2.png, etc.).
Would someone please show me a simple script of how I might be able to do this. TIA

How to open multiple file trees in IDEA (WebStorm)

Goal: View multiple scopes(file tree) at once.
I'm modifying a little old web node application, the view folder and logic handling are written in different places, but I need to see each other.
So, I would like to have multiple file trees in the same project for easy navigation.
However, since the folders are so far apart from each other, I set up a scope and try to switch between them each time.
Sorry, my English is not very good, so I use a little translation. I'm attaching a picture just in case.
Thank you.
I was able to find a few solutions.
It is the Favorites window.
Maybe the scope is not available, but I was able to increase the number of project views to two.
I can't open more than three of them, so if there is a convenient way to do this, please let me know.
Thank you.
screenshot

Getting MP4 property data in VB.NET

I’d like to know if there’s any possible way i can get the file title or comments as a string in VB.NET. It’s easy to get the file name but the title under details in the actual files properties seems much harder to get. I need to get the entire property title of a MP4 file i give it. Thanks. I do not have much knowledge of VB but I’m hoping someone can help me :)
Use this:
Dim information = My.Computer.FileSystem.GetFileInfo("C:\myfile.mp4")
https://learn.microsoft.com/en-us/dotnet/api/system.io.fileinfo?view=netframework-4.8
To get more information, this could be a possible answer:
Get extended file information details

Visusal Basic Script: Trying to obtain comments/description dll information

I have a question that pertains to scripting. For the sake of clarity I'll just start off with a bit of what I'm trying to do. We have a number of testing environments and projects going on in each environment that trying to keep track of what is where is becoming increasingly difficult.
In order to try and straighten this out I was going to create a script that would pull the comments/description (that is where our developers put the code branch,project name,and date of the build into. This is what we use for versioning) of the dll. Then I would dump this information into a simple table on an html page which would be pulled as a web part.
I was using VBS to perform this and I was able to successfully pull a version number and dump it into an HTML page. However, I have not been able to find any information on how to do this for the comments or description (using Server 2k3 and 2k8) fields.
So my question is if there is a way to pull this information using VBS, or would there be a better scripting language that would allow this to be done.
Thanks very much in advance.
I don't think exactly what you're asking for is possible, however this may be helpful:
http://www.activexperts.com/activmonitor/windowsmanagement/adminscripts/filesfolders/files/

UML Sequence Diagrams in RAD

I am trying to create several sequence diagrams in RAD, and I have two questions:
When I create a synchronous message, it automatically creates the dotted line, but I also need it to generate a < < return > > tag above the return message. I've tried looking in Preferences, and online there is almost no information for changing the settings for sequence diagrams in RAD.
Is there a way to convert these diagrams into .jpg format? They are currently .dnx files, and I would lose a large amount of detail if I had to simply take screenshots of these files.
If anyone has any familiarity with this, I appreciate any help you can give.
Thanks!
The image export is possible if you click on the diagram background and select Export as Image. Concerning return I don't remember but if you click on the message and open the message contextual menu you should be able to find out.
Good luck