I'm trying to make an Sql Server database of the King James bible with Strong's number; how would I do that.
FYI, I'm database and web developer
This is a repeat question that was associated with an email I no longer use, so I'm resending it
(I would have deleted it but I couldn't)
create KJV with Strong's database
-
- Posts: 3
- Joined: Mon May 31, 2010 7:07 pm
- Contact:
Re: create KJV with Strong's database
Since the Bible modules for theWord are simply one verse-per-line tagged text files, then maybe a program could be written using regex to put the text with the associated Strong's number into a database file.JohnMarsing wrote: ↑Mon Jul 01, 2024 6:40 pm I'm trying to make an Sql Server database of the King James bible with Strong's number; how would I do that.